You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/12 07:20:04 UTC

[10/52] [abbrv] fauxton commit: updated refs/heads/import-master to d11b90b

Keep errors from fading on Doc Editor


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

Branch: refs/heads/import-master
Commit: 00c053d889e99749fa35c38ebd24f59c3a2176c0
Parents: e22f256
Author: suelockwood <de...@apache.org>
Authored: Mon Jan 13 12:37:11 2014 -0500
Committer: suelockwood <de...@apache.org>
Committed: Mon Jan 13 12:37:11 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/00c053d8/app/addons/documents/views.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/views.js b/app/addons/documents/views.js
index 2502b58..80c8251 100644
--- a/app/addons/documents/views.js
+++ b/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"
           });