Fauxton: Remove reset of pagination
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/198eb747 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/198eb747 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/198eb747 Branch: refs/heads/Query-UI-Cleanup Commit: 198eb74752504dc62eba7d4232b5ebff9fbf988c Parents: 5f69849 Author: Garren Smith <[email protected]> Authored: Sat Apr 12 15:47:43 2014 +0200 Committer: Garren Smith <[email protected]> Committed: Mon Apr 14 08:47:45 2014 +0200 ---------------------------------------------------------------------- src/fauxton/app/addons/documents/routes.js | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/198eb747/src/fauxton/app/addons/documents/routes.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/documents/routes.js b/src/fauxton/app/addons/documents/routes.js index 5e8834f..64254f1 100644 --- a/src/fauxton/app/addons/documents/routes.js +++ b/src/fauxton/app/addons/documents/routes.js @@ -340,8 +340,6 @@ function(app, FauxtonAPI, Documents, Databases) { {"name": this.data.database.id, "link": Databases.databaseUrl(this.data.database)}, ]; }; - - Documents.paginate.reset(); }, updateAllDocsFromView: function (event) {
