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:
parent
14789ea046
commit
dfcd3ee2c2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user