From f83ad4964258f54b67628cb3d65702d862dd3272 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 21 Sep 2014 03:13:02 +0000 Subject: fixed persistence for apps diff --git a/js/apps.js b/js/apps.js index 05aff86..12c9f76 100644 --- a/js/apps.js +++ b/js/apps.js @@ -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() { -- cgit v0.10.2