summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-08-21 13:45:55 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-08-21 13:45:55 -0400
commit7cf92cccfe8165f7cafbc3556abbdd1c5abd2a09 (patch)
treee89b236f9d88bd07be9c32e9e2bdc708844bc192 /www/js/DataModel.js
parentbca4a0c0524c592f315356002475a44de6cc951e (diff)
adjusted http large timeout for long apis
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index d85c4a5c..7f84d9aa 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -39,6 +39,10 @@ angular.module('zmApp.controllers').service('ZMDataModel', ['$http', '$q', '$ion
$fileLogger.log(logtype, val);
}
+
+ //--------------------------------------------------------------------------
+ // Banner display of messages
+ //--------------------------------------------------------------------------
function displayBanner (mytype, mytext, myinterval, mytimer)
{
var contentBannerInstance = $ionicContentBanner.show({
@@ -390,7 +394,7 @@ angular.module('zmApp.controllers').service('ZMDataModel', ['$http', '$q', '$ion
//-----------------------------------------------------------------------------
//
- //-----------------------------------------------------------------------------
+ //-----------------------------------------------------------------------------
setMonitors: function (mon) {
console.log("ZMData setMonitors called with " + mon.length + " monitors");
monitors = mon;