This commit is contained in:
Fergal Moran
2014-08-27 22:27:17 +01:00

View File

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