Keep errors from fading on Doc Editor

Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6530f95c
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6530f95c
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6530f95c

Branch: refs/heads/api-options
Commit: 6530f95c0d33b1657336c51b363c6135b5aa7be6
Parents: 2e4d72b
Author: suelockwood <[email protected]>
Authored: Mon Jan 13 12:37:11 2014 -0500
Committer: suelockwood <[email protected]>
Committed: Mon Jan 13 12:37:11 2014 -0500

----------------------------------------------------------------------
 src/fauxton/app/addons/documents/views.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6530f95c/src/fauxton/app/addons/documents/views.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/documents/views.js 
b/src/fauxton/app/addons/documents/views.js
index 2502b58..80c8251 100644
--- a/src/fauxton/app/addons/documents/views.js
+++ b/src/fauxton/app/addons/documents/views.js
@@ -890,6 +890,7 @@ function(app, FauxtonAPI, Components, Documents, Databases, 
pouchdb, resizeColum
           notification = FauxtonAPI.addNotification({
             msg: "Save failed: " + responseText,
             type: "error",
+            fade: false,
             clear: true,
             selector: "#doc .errors-container"
           });

Reply via email to