meh
Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/80799cf4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/80799cf4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/80799cf4 Branch: refs/heads/doc-design Commit: 80799cf478da2f2c4b6ca83122aa0711eaaca696 Parents: b69aba7 Author: Robert Kowalski <[email protected]> Authored: Wed Nov 19 18:25:17 2014 +0100 Committer: Robert Kowalski <[email protected]> Committed: Fri Nov 21 11:49:07 2014 +0100 ---------------------------------------------------------------------- app/addons/documents/views.js | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/80799cf4/app/addons/documents/views.js ---------------------------------------------------------------------- diff --git a/app/addons/documents/views.js b/app/addons/documents/views.js index 4132339..986a823 100644 --- a/app/addons/documents/views.js +++ b/app/addons/documents/views.js @@ -381,8 +381,6 @@ function(app, FauxtonAPI, Components, Documents, Databases, Views, QueryOptions) }, maybeHighlightAllButton: function () { - console.log(this.$('.js-to-delete').length , this.$('.all-docs-item').length); - if (this.$('.js-to-delete').length < this.$('.all-docs-item').length) { return; }
