diff options
Diffstat (limited to 'www/js/app.js')
| -rwxr-xr-x | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 9d8e4994..d0f30afe 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -1090,7 +1090,7 @@ angular.module('zmApp', [ $http( { method: 'POST', - timeout:5000, + timeout:15000, //withCredentials: true, url: loginData.url + '/index.php', headers: |
