diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-02-13 19:50:17 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-02-13 19:50:17 -0500 |
| commit | 8cdb3fc1b13b0058fe59a78060133fac58c1e0a5 (patch) | |
| tree | 075ec427d51e5dd1adf0fbb783ac715d592837a1 /www/js/app.js | |
| parent | cc5009c13e0c406f1601027d479c966069689914 (diff) | |
let's make GIF and MP4 an option in Dev Settings #454
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: |
