From 313cf492167bb39a9ee85cef9cd1adf6dab5f7c0 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Wed, 27 Aug 2014 22:29:13 +0100 Subject: [PATCH] Stopped toast on saving comment --- static/js/dss/apps/mix/views/mixDetailView.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/dss/apps/mix/views/mixDetailView.coffee b/static/js/dss/apps/mix/views/mixDetailView.coffee index b31e656..677de96 100644 --- a/static/js/dss/apps/mix/views/mixDetailView.coffee +++ b/static/js/dss/apps/mix/views/mixDetailView.coffee @@ -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