From fb12b6318b4a36fc3826d47b4d31d38062505106 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 31 Jul 2015 22:46:53 +0200 Subject: removed now useless sessionStorage.removeItem for apps_current 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; } -- cgit v0.10.2