From edbdce251c8226ce89898f5b7a5eb621e2922129 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 19 Jun 2015 02:25:19 +0200 Subject: fixed app reinit after reload diff --git a/www/js/apps.js b/www/js/apps.js index e1e81b1..f3ed272 100644 --- a/www/js/apps.js +++ b/www/js/apps.js @@ -40,6 +40,9 @@ function apps_select(app) { function apps_init() { apps_current = sessionStorage.getItem("apps_current"); + if(auth_token && auth_username) { + apps_select(apps_current); + } } function apps_cleanup() { -- cgit v0.10.2