From 9cf314cc8ca5f57148bfa8d503bc9698bfec9ac4 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 11 Feb 2017 15:03:34 -0500 Subject: server logs and other tweaks --- www/js/DataModel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/DataModel.js') diff --git a/www/js/DataModel.js b/www/js/DataModel.js index 558e116a..28372d56 100755 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -559,7 +559,7 @@ angular.module('zmApp.controllers') { //console.log ("************* AUGH"); - return $http.get(urls[0].url).then(function() + return $http({method:'GET', timeout:5000, url:urls[0].url}).then(function() { log("Success: reachability on " + urls[0].url); $ionicLoading.hide(); -- cgit v1.2.3