Commit 33e6c583 by Tom Giannattasio

removed toast on save component

parent 33df317d
...@@ -57,7 +57,7 @@ class CMS.Views.ModuleEdit extends Backbone.View ...@@ -57,7 +57,7 @@ class CMS.Views.ModuleEdit extends Backbone.View
data = @module.save() data = @module.save()
data.metadata = @metadata() data.metadata = @metadata()
@model.save(data).done( => @model.save(data).done( =>
showToastMessage("Your changes have been saved.", null, 3) # # showToastMessage("Your changes have been saved.", null, 3)
@module = null @module = null
@render() @render()
@$el.removeClass('editing') @$el.removeClass('editing')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment