0
0
mirror of https://github.com/Doodle3D/doodle3d-client.git synced 2024-11-06 03:53:23 +01:00

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

View File

@ -280,7 +280,7 @@ function SettingsWindow() {
if (communicateWithWifibox) { if (communicateWithWifibox) {
$.ajax({ $.ajax({
url: self.wifiboxURL + "/config/resetall", url: self.wifiboxCGIBinURL + "/config/resetall",
type: "POST", type: "POST",
dataType: 'json', dataType: 'json',
timeout: this.timeoutTime, timeout: this.timeoutTime,