From 7e78751d1240c9649f7fdd93bb60ec11a18e0125 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 23 Jan 2016 09:53:04 -0500 Subject: #147- undid auth approach -- causes problems with streaming images - we never get to success - screw it - lets see who complains Former-commit-id: c1b7759465cf79b414c40aa241df011ffee85285 --- www/js/MontageCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/MontageCtrl.js') 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..."); } -- cgit v1.2.3