mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 09:38:18 +00:00
Stopped toast on saving comment
This commit is contained in:
@@ -49,7 +49,6 @@
|
||||
comment = @ui.commentText.val()
|
||||
@model.addComment comment, (=>
|
||||
@ui.commentText.val ""
|
||||
utils.showMessage "Comment saved.."
|
||||
@renderComments()
|
||||
), (error) =>
|
||||
utils.showError "Woops \n" + error
|
||||
|
||||
Reference in New Issue
Block a user