You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2013/10/22 17:24:16 UTC

[06/15] git commit: updated refs/heads/1809-compact-and-clean to 489a6c2

Fix for Delete view


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

Branch: refs/heads/1809-compact-and-clean
Commit: 7b95e2e1d0c4b81551579a3101b446ccfa2b1180
Parents: db36103
Author: suelockwood <de...@gmail.com>
Authored: Thu Oct 17 16:17:25 2013 -0400
Committer: suelockwood <de...@gmail.com>
Committed: Thu Oct 17 16:17:25 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/7b95e2e1/src/fauxton/app/modules/documents/views.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/modules/documents/views.js b/src/fauxton/app/modules/documents/views.js
index 2f3b694..8cd1384 100644
--- a/src/fauxton/app/modules/documents/views.js
+++ b/src/fauxton/app/modules/documents/views.js
@@ -1106,7 +1106,7 @@ function(app, FauxtonAPI, Components, Documents, pouchdb, Codemirror, JSHint, re
 
     events: {
       "click button.save": "saveView",
-      "click button.cancel-button": "deleteView",
+      "click button.delete": "deleteView",
       "change select#reduce-function-selector": "updateReduce",
       "change select#ddoc": "updateDesignDoc",
       "click #db-views-tabs-nav": 'toggleIndexNav'