Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E153101C7 for ; Fri, 6 Sep 2013 20:39:37 +0000 (UTC) Received: (qmail 17063 invoked by uid 500); 6 Sep 2013 20:39:37 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 16970 invoked by uid 500); 6 Sep 2013 20:39:36 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 16963 invoked by uid 99); 6 Sep 2013 20:39:36 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Sep 2013 20:39:36 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0C886902C18; Fri, 6 Sep 2013 20:39:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: deathbear@apache.org To: commits@couchdb.apache.org Message-Id: <4af4619ad3004697bbafaf492f155d4a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/index-pagination to 620d05a Date: Fri, 6 Sep 2013 20:39:36 +0000 (UTC) Updated Branches: refs/heads/index-pagination b8b8a8a26 -> 620d05a37 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/620d05a3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/620d05a3 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/620d05a3 Branch: refs/heads/index-pagination Commit: 620d05a37729e0444e9b50468147832a8ddb8137 Parents: b8b8a8a Author: suelockwood Authored: Fri Sep 6 16:39:28 2013 -0400 Committer: suelockwood Committed: Fri Sep 6 16:39:28 2013 -0400 ---------------------------------------------------------------------- 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/620d05a3/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 60dcbdd..69c4a6d 100644 --- a/src/fauxton/app/modules/documents/views.js +++ b/src/fauxton/app/modules/documents/views.js @@ -581,7 +581,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()); },