summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-08-21 13:52:50 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-08-21 13:52:50 -0400
commit223c6933222d227387394943789fd48cb1b1a21f (patch)
treec9f7bf9ffc3681b91118d0438f8e26a9512d29e9 /www/js
parent7cf92cccfe8165f7cafbc3556abbdd1c5abd2a09 (diff)
edits
Diffstat (limited to 'www/js')
-rw-r--r--www/js/ModalCtrl.js2
-rw-r--r--www/js/MontageCtrl.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/js/ModalCtrl.js b/www/js/ModalCtrl.js
index 18db21f1..24926641 100644
--- a/www/js/ModalCtrl.js
+++ b/www/js/ModalCtrl.js
@@ -188,7 +188,7 @@ angular.module('zmApp.controllers').controller('ModalCtrl', ['$scope', '$rootSco
function loadModalNotifications() {
- console.log ("Inside Modal timer...");
+ //console.log ("Inside Modal timer...");
$rootScope.modalRand = Math.floor((Math.random() * 100000) + 1);
}
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index c8490627..e7941ccf 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -173,7 +173,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', '
function loadNotifications() {
$rootScope.rand = Math.floor((Math.random() * 100000) + 1);
- console.log ("Inside Montage timer...");
+ // console.log ("Inside Montage timer...");
}