Updated Branches: refs/heads/master db3610361 -> 7b95e2e1d
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/master Commit: 7b95e2e1d0c4b81551579a3101b446ccfa2b1180 Parents: db36103 Author: suelockwood <[email protected]> Authored: Thu Oct 17 16:17:25 2013 -0400 Committer: suelockwood <[email protected]> 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'
