studio - revises the min amount of time the saving notification appears on the outline view
This commit is contained in:
committed by
David Baumgold
parent
52b10df805
commit
02e022ec7b
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user