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