You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2013/09/10 16:18:34 UTC

[2/3] git commit: updated refs/heads/master to 4d557a0

Fauxton: The scrolltoselector needed to be changed to dashboard-content. Now it will scroll to the top of the div


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

Branch: refs/heads/master
Commit: e976e7cb081b098707ad7d0440c421bb4d33f216
Parents: d081ae5
Author: suelockwood <de...@gmail.com>
Authored: Fri Sep 6 16:39:28 2013 -0400
Committer: Garren Smith <ga...@gmail.com>
Committed: Tue Sep 10 16:17:35 2013 +0200

----------------------------------------------------------------------
 src/fauxton/app/modules/documents/views.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e976e7cb/src/fauxton/app/modules/documents/views.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/modules/documents/views.js b/src/fauxton/app/modules/documents/views.js
index c345c9c..08ea676 100644
--- a/src/fauxton/app/modules/documents/views.js
+++ b/src/fauxton/app/modules/documents/views.js
@@ -517,7 +517,7 @@ function(app, FauxtonAPI, Paginate, Documents, pouchdb, Codemirror, JSHint, resi
 
       this.pagination = new Paginate.IndexPagination({
         collection: this.collection,
-        scrollToSelector: '#dashboard-lower-content',
+        scrollToSelector: '#dashboard-content',
         previousUrlfn: function () {
           return collection.urlPreviousPage(20, this.previousIds.pop());
         },