summaryrefslogtreecommitdiffstats
path: root/app/common/services/dataService.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/common/services/dataService.js')
-rw-r--r--app/common/services/dataService.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/services/dataService.js b/app/common/services/dataService.js
index 0553bf6..2672c0e 100644
--- a/app/common/services/dataService.js
+++ b/app/common/services/dataService.js
@@ -33,7 +33,7 @@ window.angular && (function (angular) {
this.hostname = "";
this.mac_address = "";
this.remote_window_active = false;
-
+ this.ignoreHttpError = false;
this.getServerId = function(){
return this.host.replace(/^https?\:\/\//ig,"");
}
OpenPOWER on IntegriCloud