summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 993e5fff..f5ec5c47 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -2341,7 +2341,7 @@ angular.module('zmApp', [
method: method,
data: arguments[0].data,
headers: arguments[0].headers,
- timeout: arguments[0].timeout || 10,
+ timeout: arguments[0].timeout || 20,
responseType: arguments[0].responseType
};
// console.log ("**** -->"+method+"<-- using native HTTP with:"+encodeURI(url)+" payload:"+JSON.stringify(options));