diff options
Diffstat (limited to 'views/forum_post.pug')
-rw-r--r-- | views/forum_post.pug | 6 |
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 |