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:
Adriaan Wormgoor 2013-10-21 15:44:54 +02:00
commit eb2f941639
1 changed files with 2 additions and 1 deletions

View File

@ -195,7 +195,8 @@ function SettingsWindow() {
}
this.saveSettings = function(newSettings,complete) {
if (communicateWithWifibox) {
settings = newSettings; // store new settings in global settings
if (communicateWithWifibox) {
$.ajax({
url: this.wifiboxURL + "/config",
type: "POST",