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

This commit is contained in:
Brian Talbot
2013-05-16 11:38:42 -04:00
committed by David Baumgold
parent 52b10df805
commit 02e022ec7b

View File

@@ -32,7 +32,7 @@ CMS.Models.Section = Backbone.Model.extend({
this.msgView = new CMS.Views.Notification({
model: this.msg,
closeIcon: false,
minShown: 1000
minShown: 1250
});
}
this.msgView.show();