summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-09-21 03:13:02 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-09-21 03:13:02 (GMT)
commitf83ad4964258f54b67628cb3d65702d862dd3272 (patch)
tree2c2481376403db2dc414756b984892822fc93975
parent68c56aa6633257c9ca9af0cb25df2a9672662b32 (diff)
fixed persistence for apps
-rw-r--r--js/apps.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/apps.js b/js/apps.js
index 05aff86..12c9f76 100644
--- a/js/apps.js
+++ b/js/apps.js
@@ -17,7 +17,7 @@ function apps_select(app) {
apps_current = 'shows';
shows_init();
}
- sessionStorage.setItem("apps_current", apps_current);
+ sessionStorage.setItem("apps_current", app);
}
function apps_init() {