Commit 02e022ec by Brian Talbot Committed by David Baumgold

studio - revises the min amount of time the saving notification appears on the outline view

parent 52b10df8
...@@ -32,7 +32,7 @@ CMS.Models.Section = Backbone.Model.extend({ ...@@ -32,7 +32,7 @@ CMS.Models.Section = Backbone.Model.extend({
this.msgView = new CMS.Views.Notification({ this.msgView = new CMS.Views.Notification({
model: this.msg, model: this.msg,
closeIcon: false, closeIcon: false,
minShown: 1000 minShown: 1250
}); });
} }
this.msgView.show(); this.msgView.show();
......
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