From 02e022ec7b4d16ec2c4a748b61bd4082e907e073 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 16 May 2013 11:38:42 -0400 Subject: [PATCH] studio - revises the min amount of time the saving notification appears on the outline view --- cms/static/js/models/section.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/js/models/section.js b/cms/static/js/models/section.js index 07bea5045e..b24b281d51 100644 --- a/cms/static/js/models/section.js +++ b/cms/static/js/models/section.js @@ -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();