GitHub user benkeen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/154
Only render doc page breadcrumbs as needed
All routes changes used to cause the breadcrumbs to be re-rendered,
even though they often don't change. This small change checks to see
if the crumbs have in fact changed, and only re-renders if so.
Closes COUCHDB-2465
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benkeen/couchdb-fauxton
2465-doc-breadcrumbs-redraws
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/154.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #154
----
commit 666bb6bd57efe4f3f3641217f00fffa483da228f
Author: Benjamin Keen <[email protected]>
Date: 2014-11-17T23:52:32Z
Only render doc page breadcrumbs as needed
All routes changes used to cause the breadcrumbs to be re-rendered,
even though they often don't change. This small change checks to see
if the crumbs have in fact changed, and only re-renders if so.
Closes COUCHDB-2465
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---