diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-11 05:37:34 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-11 05:37:34 -0600 |
| commit | aa5a9b7c7cd52a69f8dd1d0cdc15475e113e6da0 (patch) | |
| tree | cecfdb0893eb9e936fe605478b3f8195dc7ef987 /StoneIsland/www/js/lib/etc/push.js | |
| parent | 4178c44c48aa401f7780bec3f89430c83d50fe30 (diff) | |
remembered a couple things, push 0.3.4
Diffstat (limited to 'StoneIsland/www/js/lib/etc/push.js')
| -rwxr-xr-x | StoneIsland/www/js/lib/etc/push.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/etc/push.js b/StoneIsland/www/js/lib/etc/push.js index 4e771b62..5585ba71 100755 --- a/StoneIsland/www/js/lib/etc/push.js +++ b/StoneIsland/www/js/lib/etc/push.js @@ -17,7 +17,7 @@ var push = (function(){ push.settings.store = localStorage.getItem("yoox.push_store") == "true" if ( ! push.settings.requested ) { - localStorage.setItem("yoox.push_" + channel, "true") + localStorage.setItem("yoox.push_requested", "true") push.subscribe("hub", function(){ push.subscribe("store") }) |
