diff mod_http_muc_log/static/timestamps.js @ 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 630887a50a7d
children 7bce75e74f86
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();
+});
 }
-});
 })();