mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-26 11:37:33 +00:00
Stopped toast on saving comment
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