mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07:56 +01:00
Merge branch 'feature/printerdriver' of https://github.com/Doodle3D/doodle3d-client into feature/printerdriver
# By peteruithoven # Via peteruithoven * 'feature/printerdriver' of https://github.com/Doodle3D/doodle3d-client: store settings locally on save
This commit is contained in:
commit
eb2f941639
@ -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