diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-01-23 09:53:04 -0500 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-01-23 09:53:04 -0500 |
| commit | 7e78751d1240c9649f7fdd93bb60ec11a18e0125 (patch) | |
| tree | 209f5b45806fbddf6c68071a726e637f85877caf /www/js/MontageCtrl.js | |
| parent | 5a80b2394a4bedd1212835c6dfb00fb0300893f1 (diff) | |
#147- undid auth approach -- causes problems with streaming images - we never get to success - screw it - lets see who complains
Former-commit-id: c1b7759465cf79b414c40aa241df011ffee85285
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 93d771a7..cd39a1c7 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -222,6 +222,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', ' function loadNotifications() { $rootScope.rand = Math.floor((Math.random() * 100000) + 1); + //console.log ("Inside Montage timer..."); } |
