working on config form script
This commit is contained in:
@@ -108,6 +108,7 @@ function showListDetail(data){
|
||||
console.log(option,'→',data[option]);
|
||||
if (data[option]) $('input[name="'+option+'"]').prop('checked',true);
|
||||
});
|
||||
if (data['delete_messages']) $('input[name="hold_time"]').val(data['delete_messages']);
|
||||
}
|
||||
|
||||
function showListOfModeratedLists(data){
|
||||
|
||||
Reference in New Issue
Block a user