Browse Source

working on config form script

drop_old_mail
Stephan Richter 3 years ago
parent
commit
a5d1b63aad
  1. 2
      pom.xml
  2. 1
      static/templates/js.st

2
pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>Widerhall</artifactId>
<version>0.2.53</version>
<version>0.2.54</version>
<build>
<plugins>
<plugin>

1
static/templates/js.st

@ -108,6 +108,7 @@ function showListDetail(data){ @@ -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){

Loading…
Cancel
Save