summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2015-07-31 20:54:54 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2015-07-31 20:54:54 (GMT)
commit0ee64178d1967772701058c00601cbe069f2e47c (patch)
tree456af26507e016ecdcaaa34d98138c69b581b327 /www
parente2034bcc39fd1d859626b3ea7512414dfccee499 (diff)
parentfb12b6318b4a36fc3826d47b4d31d38062505106 (diff)
Merge branch 'master' of ssh://git.helsinki.at:2342/rhwebimport
Diffstat (limited to 'www')
-rw-r--r--www/js/apps.js3
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;
}