Fauxton: Remove reset of pagination

Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/ea556778
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/ea556778
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/ea556778

Branch: refs/heads/import-master
Commit: ea556778ba910d7b2ab32e522b94ff2f3b9a5aee
Parents: 0f2c148
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

----------------------------------------------------------------------
 app/addons/documents/routes.js | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/ea556778/app/addons/documents/routes.js
----------------------------------------------------------------------
diff --git a/app/addons/documents/routes.js b/app/addons/documents/routes.js
index 5e8834f..64254f1 100644
--- a/app/addons/documents/routes.js
+++ b/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) {

Reply via email to