mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 09:17:56 +01:00
store settings locally on save
This commit is contained in:
parent
4ec660fd74
commit
bc15491bf4
@ -195,7 +195,8 @@ function SettingsWindow() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.saveSettings = function(newSettings,complete) {
|
this.saveSettings = function(newSettings,complete) {
|
||||||
if (communicateWithWifibox) {
|
settings = newSettings; // store new settings in global settings
|
||||||
|
if (communicateWithWifibox) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: this.wifiboxURL + "/config",
|
url: this.wifiboxURL + "/config",
|
||||||
type: "POST",
|
type: "POST",
|
||||||
|
Loading…
Reference in New Issue
Block a user