summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/js/app.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 59c931de..60a6fe0a 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1497,13 +1497,14 @@ angular.module('zmApp', [
localforage.getItem('last-desktop-state')
.then (function (succ) {
- console.log ("FOUND " + JSON.stringify(succ));
+ // console.log ("FOUND " + JSON.stringify(succ) + ":"+succ);
if (succ)
{
$rootScope.lastState = succ.name;
$rootScope.lastStateParam = succ.params;
- loadServices();
+
}
+ loadServices();
}, function (err) {
console.log ("ERR " + JSON.stringify(err));
loadServices();