diff options
author | Peter Grassberger <petertheone@gmail.com> | 2015-07-31 20:54:54 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2015-07-31 20:54:54 (GMT) |
commit | 0ee64178d1967772701058c00601cbe069f2e47c (patch) | |
tree | 456af26507e016ecdcaaa34d98138c69b581b327 /www | |
parent | e2034bcc39fd1d859626b3ea7512414dfccee499 (diff) | |
parent | fb12b6318b4a36fc3826d47b4d31d38062505106 (diff) |
Merge branch 'master' of ssh://git.helsinki.at:2342/rhwebimport
Diffstat (limited to 'www')
-rw-r--r-- | www/js/apps.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/js/apps.js b/www/js/apps.js index a351925..dcabe98 100644 --- a/www/js/apps.js +++ b/www/js/apps.js @@ -56,7 +56,7 @@ function apps_select(app) { $('#app-shows').show(); $('#nav-btn-shows').addClass('active'); - apps_current = app = 'shows'; + apps_current = app = 'shows'; shows_init(); } if (locationHashValue() !== app) { @@ -85,6 +85,5 @@ function apps_cleanup() { $(window).off('popstate'); - sessionStorage.removeItem("apps_current"); delete apps_current; } |