summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index e8829520..b5f1b804 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1788,7 +1788,7 @@ angular.module('zmApp', [
// to work in Windows
- NVRDataModel.debug ("Setting last-desktop-state to:"+JSON.stringify(toState));
+ NVRDataModel.debug ("Setting last-desktop-state to:"+JSON.stringify(toState)+" with params:"+JSON.stringify(toParams));
localforage.setItem('last-desktop-state', {
'name': toState,
'params': toParams