Update config.js
This commit is contained in:
parent
0888b89ea7
commit
22cb5f3bc2
|
|
@ -403,7 +403,7 @@ function setPanelSSL(){
|
|||
|
||||
function setNotifyApi(tag, obj){
|
||||
var enable = $(obj).prop("checked");
|
||||
console.log(tag,obj,enable);
|
||||
// console.log(tag,obj,enable);
|
||||
$.post('/config/set_notify_enable', {'tag':tag, 'enable':enable},function(rdata){
|
||||
showMsg(rdata.msg, function(){
|
||||
if (rdata.status){}
|
||||
|
|
|
|||
Loading…
Reference in New Issue