mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 09:38:18 +00:00
Fixed enter press in comment text box
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
checkCommentKeypress: (e) ->
|
||||
if e.which is 13
|
||||
@addComment()
|
||||
e.preventDefault()
|
||||
|
||||
addComment: ->
|
||||
activeTab = $("ul#mix-tab li.active", @el)
|
||||
|
||||
Reference in New Issue
Block a user