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

View File

@@ -49,7 +49,6 @@
comment = @ui.commentText.val() comment = @ui.commentText.val()
@model.addComment comment, (=> @model.addComment comment, (=>
@ui.commentText.val "" @ui.commentText.val ""
utils.showMessage "Comment saved.."
@renderComments() @renderComments()
), (error) => ), (error) =>
utils.showError "Woops \n" + error utils.showError "Woops \n" + error