k
This commit is contained in:
@@ -72,7 +72,7 @@ class Belevo_Bezahl_Modul extends IPSModule
|
|||||||
xhr.send(JSON.stringify({
|
xhr.send(JSON.stringify({
|
||||||
"jsonrpc": "2.0",
|
"jsonrpc": "2.0",
|
||||||
"method": "SetValue",
|
"method": "SetValue",
|
||||||
"params": [' . $this->GetIDForIdent("AmountIsReserved") . ', true],
|
"params": ["AmountIsReserved", true],
|
||||||
"id": 0
|
"id": 0
|
||||||
}));
|
}));
|
||||||
xhr.onload = function() {
|
xhr.onload = function() {
|
||||||
@@ -94,7 +94,7 @@ class Belevo_Bezahl_Modul extends IPSModule
|
|||||||
xhr.send(JSON.stringify({
|
xhr.send(JSON.stringify({
|
||||||
"jsonrpc": "2.0",
|
"jsonrpc": "2.0",
|
||||||
"method": "SetValue",
|
"method": "SetValue",
|
||||||
"params": [' . $this->GetIDForIdent("AmountIsReserved") . ', false],
|
"params": ["AmountIsReserved", false],
|
||||||
"id": 0
|
"id": 0
|
||||||
}));
|
}));
|
||||||
xhr.onload = function() {
|
xhr.onload = function() {
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@
|
|||||||
"compatibility": {
|
"compatibility": {
|
||||||
"version": "7.1"
|
"version": "7.1"
|
||||||
},
|
},
|
||||||
"version": "1.018",
|
"version": "1.019",
|
||||||
"build": 0,
|
"build": 0,
|
||||||
"date": 0
|
"date": 0
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user