Making sure the resetall call can't be aborted by request timout

This commit is contained in:
peteruithoven 2013-12-23 20:54:15 +01:00
parent 14789ea046
commit dfcd3ee2c2
1 changed files with 1 additions and 1 deletions

View File

@ -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,