1.1.22 fix function for checking the status of the switch finish_subscribe_msg
This commit is contained in:
@@ -816,9 +816,9 @@ function updSwitchState(el){
|
|||||||
processData: false,
|
processData: false,
|
||||||
contentType: false,
|
contentType: false,
|
||||||
// enctype: 'json',
|
// enctype: 'json',
|
||||||
data: { receive_finish_subscribe_msg: stateToSend },
|
data: JSON.stringify({ receive_finish_subscribe_msg: stateToSend }),
|
||||||
success: function(response){
|
success: function(response){
|
||||||
alert(response)
|
// alert(response)
|
||||||
|
|
||||||
},
|
},
|
||||||
error: function (data, exception){
|
error: function (data, exception){
|
||||||
|
|||||||
Reference in New Issue
Block a user