mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 09:38:18 +00:00
Merge branch 'master' of https://github.com/fergalmoran/dss
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user