Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
5108:21170bf1e76b | 5109:650d04984e0b |
---|---|
13 } | 13 } |
14 } | 14 } |
15 if(document.forms.length>0){ | 15 if(document.forms.length>0){ |
16 document.forms[0].elements.p.addEventListener("change", function() { | 16 document.forms[0].elements.p.addEventListener("change", function() { |
17 document.forms[0].submit(); | 17 document.forms[0].submit(); |
18 }); | |
18 } | 19 } |
19 }); | |
20 })(); | 20 })(); |
21 | 21 |