Fix extraneous database list renderings
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2f138a95 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2f138a95 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2f138a95 Branch: refs/heads/route-events Commit: 2f138a958b51736c9c623e1e33c44dd23f8ef06c Parents: 4c69562 Author: Russell Branca <[email protected]> Authored: Thu Apr 4 17:31:23 2013 -0700 Committer: Garren Smith <[email protected]> Committed: Thu May 9 09:59:58 2013 +0200 ---------------------------------------------------------------------- src/fauxton/app/modules/databases/views.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/2f138a95/src/fauxton/app/modules/databases/views.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/modules/databases/views.js b/src/fauxton/app/modules/databases/views.js index 26e902e..1a02979 100644 --- a/src/fauxton/app/modules/databases/views.js +++ b/src/fauxton/app/modules/databases/views.js @@ -42,7 +42,6 @@ function(app, Fauxton, FauxtonAPI) { initialize: function(options) { var params = app.getParams(); - this.collection.on("add", this.render, this); this.page = params.page ? parseInt(params.page, 10) : 1; },
