summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 6af0dc5a..7efea0e1 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -45,6 +45,7 @@ angular.module('zmApp', [
'request': function (config) {
if ( !(config.url.indexOf("stop.json") > -1 ||
config.url.indexOf("start.json") > -1 ||
+ config.url.indexOf("getDiskPercent.json") > -1 ||
config.url.indexOf("restart.json") > -1 ))
{
config.timeout = 15000;