fix change event
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/77ac4b0f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/77ac4b0f Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/77ac4b0f Branch: refs/heads/doc-design Commit: 77ac4b0f264841c9b275e5ffd881414e479fc388 Parents: 9d1b02c Author: Robert Kowalski <[email protected]> Authored: Fri Nov 14 14:17:53 2014 +0100 Committer: Robert Kowalski <[email protected]> Committed: Fri Nov 21 11:49:06 2014 +0100 ---------------------------------------------------------------------- app/addons/documents/views.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/77ac4b0f/app/addons/documents/views.js ---------------------------------------------------------------------- diff --git a/app/addons/documents/views.js b/app/addons/documents/views.js index 3efb1d2..7cff082 100644 --- a/app/addons/documents/views.js +++ b/app/addons/documents/views.js @@ -310,7 +310,7 @@ function(app, FauxtonAPI, Components, Documents, Databases, Views, QueryOptions) "click button.all": "selectAll", "click button.js-bulk-delete": "bulkDelete", "click #collapse": "collapse", - "click .all-docs-item": "toggleDocument", + 'change input': 'toggleDocument', "click #js-end-results": "openQueryOptionsTray" },
