Fixed enter press in comment text box

This commit is contained in:
Fergal Moran
2014-08-27 22:27:07 +01:00
parent fecae033e0
commit fe5284ebd4

View File

@@ -42,6 +42,7 @@
checkCommentKeypress: (e) ->
if e.which is 13
@addComment()
e.preventDefault()
addComment: ->
activeTab = $("ul#mix-tab li.active", @el)