summaryrefslogtreecommitdiff
path: root/views/forum_post.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-06-07 01:42:05 +0200
committerTor Andersson <tor@ccxvii.net>2022-06-09 17:47:51 +0200
commit65b84ace41e7cb5de1d894f9facaca4b8a57909b (patch)
tree5b1d83df0621ff657e7a68d52ed2b805b98bbc64 /views/forum_post.pug
parent974aedf2e765ce8e102b18eeb67a3c2995801349 (diff)
downloadserver-65b84ace41e7cb5de1d894f9facaca4b8a57909b.tar.gz
Zap semicolons.
Diffstat (limited to 'views/forum_post.pug')
-rw-r--r--views/forum_post.pug6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/forum_post.pug b/views/forum_post.pug
index d3c0e80..a0ff207 100644
--- a/views/forum_post.pug
+++ b/views/forum_post.pug
@@ -9,10 +9,10 @@ html
script.
function next(event,sel) {
if (event.keyCode === 13) {
- document.querySelector(sel).focus();
- return false;
+ document.querySelector(sel).focus()
+ return false
}
- return true;
+ return true
}
body
include header