diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-02-03 14:01:46 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-02-03 14:01:46 -0500 |
| commit | 85f94c32713758deba9edc47b0f090d70895a07a (patch) | |
| tree | d2906cf31211b1a143849f82fd35dde65b284faf /www/js/MontageCtrl.js | |
| parent | b8420f2c2cd1f1bae188881c7d39127687f4d19a (diff) | |
cleanup
Former-commit-id: eb4f165021507486ea13c294a2208156342983c0
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index e0f5917d..b1fd8ac2 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -330,7 +330,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', ' //------------------------------------------------------------- $scope.reorderList = function () { - console.log("REORDER"); + //console.log("REORDER"); $scope.data.showDelete = false; $scope.data.showReorder = !$scope.data.showReorder; }; @@ -686,7 +686,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', ' $scope.modal.remove(); - $timeout (function() {ZMDataModel.zmLog("Stopping network pull...");if (ZMDataModel.isForceNetworkStop()) window.stop();},50); + $timeout (function() {ZMDataModel.zmLog("MontageCtrl:Stopping network pull...");if (ZMDataModel.isForceNetworkStop()) window.stop();},50); $rootScope.rand = Math.floor((Math.random() * 100000) + 1); $scope.isModalActive = false; @@ -856,7 +856,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', ' console.log("**VIEW ** Montage Ctrl Left, force removing modal"); - ZMDataModel.zmLog ("Stopping network pull..."); + ZMDataModel.zmLog ("MontageCtrl:Stopping network pull..."); // make sure this is applied in scope digest to stop network pull // thats why we are doing it beforeLeave |
