summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}