From a838bdff9750af4ed6be0bad981ceb65341609f1 Mon Sep 17 00:00:00 2001 From: ARC Date: Sun, 3 May 2015 11:15:32 -0400 Subject: added infinite scrolling - now retrieving all events --- www/js/app.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 494ebdb9..8c207d35 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -34,11 +34,11 @@ angular.module('zmApp', [ // Also remember you need to add it to .config .factory('timeoutHttpIntercept', function ($rootScope, $q) { - console.log("*** HTTP INTERCEPTOR CALLED ***"); + //console.log("*** HTTP INTERCEPTOR CALLED ***"); return { 'request': function (config) { config.timeout = 15000; - console.log("*** HTTP INTERCEPTOR CALLED ***"); + //console.log("*** HTTP INTERCEPTOR CALLED ***"); return config; } }; @@ -97,6 +97,7 @@ angular.module('zmApp', [ // generates and error in desktops but works fine console.log("**** DEVICE READY ***"); + setTimeout(function () { $cordovaSplashscreen.hide() }, 3000) -- cgit v1.2.3