changeset 5109:650d04984e0b

mod_http_muc_log: Fix syntax error in timestamp adjusting script Put the } on the wrong line. Praise the Lua `end` !
author Kim Alvefur <zash@zash.se>
date Sun, 04 Dec 2022 23:30:09 +0100
parents 21170bf1e76b
children 43b67142b37c
files mod_http_muc_log/static/timestamps.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_muc_log/static/timestamps.js	Sun Dec 04 23:16:34 2022 +0100
+++ b/mod_http_muc_log/static/timestamps.js	Sun Dec 04 23:30:09 2022 +0100
@@ -15,7 +15,7 @@
 if(document.forms.length>0){
 document.forms[0].elements.p.addEventListener("change", function() {
 document.forms[0].submit();
+});
 }
-});
 })();