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 68A58C0BD for ; Tue, 10 Sep 2013 14:18:35 +0000 (UTC) Received: (qmail 3237 invoked by uid 500); 10 Sep 2013 14:18:35 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 3042 invoked by uid 500); 10 Sep 2013 14:18:34 -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 2890 invoked by uid 99); 10 Sep 2013 14:18:33 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Sep 2013 14:18:33 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1899289F33D; Tue, 10 Sep 2013 14:18:33 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: garren@apache.org To: commits@couchdb.apache.org Date: Tue, 10 Sep 2013 14:18:34 -0000 Message-Id: <08ab970d8b7446fca28cb3d5b545b6a9@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Fri Sep 6 16:39:28 2013 -0400 Committer: Garren Smith 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()); },