summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorarjunroychowdhury <arjun@hsc.com>2016-01-21 20:27:05 -0500
committerarjunroychowdhury <arjun@hsc.com>2016-01-21 20:27:05 -0500
commite69c02e5b93b80cf05d59efb6ab247f566f55895 (patch)
tree0a0d339664d94854e0d9a9d7953739ea48fbf9e3 /www/js
parentb69a0063ce453662b4363a0f6574af32609ae0ae (diff)
fixed montage problem in native chrome - duplicate data
Former-commit-id: 1cf33a888ab4c0745551e4cf80d089ad2de13f6e
Diffstat (limited to 'www/js')
-rw-r--r--www/js/MontageCtrl.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index 1551a18d..93d771a7 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -709,6 +709,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', '
$scope.packMontage = !$scope.packMontage;
loginData.packMontage = $scope.packMontage;
ZMDataModel.setLogin(loginData);
+ console.log ("Switching orientation");
};
//---------------------------------------------------------------------