summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-01 17:08:18 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-01 17:08:18 -0400
commit5e523cf0d1a3644f6a41709b777b08f73ec71d49 (patch)
tree636d05dd5424df0077e71810936b746a85bb616d /www/js/app.js
parentec224285320d38b3007fb469c10fffbca1294c10 (diff)
further optimized montage view - got rid of padding, allowed resize control in full screen and got rid of ugly exit button in favor of floating buttons
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 9831ef19..9bbecce4 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -40,7 +40,6 @@ angular.module('zmApp', [
// Also remember you need to add it to .config
//------------------------------------------------------------------
.factory('timeoutHttpIntercept', function ($rootScope, $q) {
- //console.log("*** HTTP INTERCEPTOR CALLED ***");
return {
'request': function (config) {
if ( !(config.url.indexOf("stop.json") > -1 ||
@@ -54,7 +53,6 @@ angular.module('zmApp', [
{
//console.log ("HTTP INTERCEPT:Skipping HTTP timeout for "+config.url);
}
- //console.log("*** HTTP URL INTERCEPTOR CALLED with "+config.url+" ***");
return config;
}