diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-21 03:13:02 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-21 03:13:02 (GMT) |
commit | f83ad4964258f54b67628cb3d65702d862dd3272 (patch) | |
tree | 2c2481376403db2dc414756b984892822fc93975 /js | |
parent | 68c56aa6633257c9ca9af0cb25df2a9672662b32 (diff) |
fixed persistence for apps
Diffstat (limited to 'js')
-rw-r--r-- | js/apps.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() { |