working on config form script
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>org.example</groupId>
|
<groupId>org.example</groupId>
|
||||||
<artifactId>Widerhall</artifactId>
|
<artifactId>Widerhall</artifactId>
|
||||||
<version>0.2.53</version>
|
<version>0.2.54</version>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|||||||
@@ -108,6 +108,7 @@ function showListDetail(data){
|
|||||||
console.log(option,'→',data[option]);
|
console.log(option,'→',data[option]);
|
||||||
if (data[option]) $('input[name="'+option+'"]').prop('checked',true);
|
if (data[option]) $('input[name="'+option+'"]').prop('checked',true);
|
||||||
});
|
});
|
||||||
|
if (data['delete_messages']) $('input[name="hold_time"]').val(data['delete_messages']);
|
||||||
}
|
}
|
||||||
|
|
||||||
function showListOfModeratedLists(data){
|
function showListOfModeratedLists(data){
|
||||||
|
|||||||
Reference in New Issue
Block a user