mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-24 18:17:56 +01:00
Using cgibin for saving configuration again
This commit is contained in:
parent
c058f40b8b
commit
eaed4c9efc
@ -62,7 +62,7 @@ function ConfigAPI() {
|
|||||||
this.save = function(newSettings,completeHandler,failedHandler) {
|
this.save = function(newSettings,completeHandler,failedHandler) {
|
||||||
//console.log("ConfigAPI:save");
|
//console.log("ConfigAPI:save");
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: _wifiboxURL + "/config",
|
url: _wifiboxCGIBinURL + "/config",
|
||||||
type: "POST",
|
type: "POST",
|
||||||
data: newSettings,
|
data: newSettings,
|
||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
|
Loading…
Reference in New Issue
Block a user