From dfcd3ee2c2bee6335744fec175afbc34c28eba8f Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Mon, 23 Dec 2013 20:54:15 +0100 Subject: [PATCH] Making sure the resetall call can't be aborted by request timout --- js_src/SettingsWindow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js_src/SettingsWindow.js b/js_src/SettingsWindow.js index 18a4a5f..34f5ea8 100644 --- a/js_src/SettingsWindow.js +++ b/js_src/SettingsWindow.js @@ -280,7 +280,7 @@ function SettingsWindow() { if (communicateWithWifibox) { $.ajax({ - url: self.wifiboxURL + "/config/resetall", + url: self.wifiboxCGIBinURL + "/config/resetall", type: "POST", dataType: 'json', timeout: this.timeoutTime,