1.1.22 fix function for checking the status of the switch finish_subscribe_msg

This commit is contained in:
2024-06-28 15:24:58 +03:00
parent afb0ea0bed
commit 651423ce90

View File

@@ -816,9 +816,9 @@ function updSwitchState(el){
processData: false,
contentType: false,
// enctype: 'json',
data: { receive_finish_subscribe_msg: stateToSend },
data: JSON.stringify({ receive_finish_subscribe_msg: stateToSend }),
success: function(response){
alert(response)
// alert(response)
},
error: function (data, exception){