Fauxton: Fix show me api link * use data-bypass attribute to circumvent backbone routing
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/061295ab Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/061295ab Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/061295ab Branch: refs/heads/Update-Sidebar-Ui Commit: 061295ab0dfabf73164ef4f1e07fa4b4283fa8e2 Parents: 3bcf664 Author: Robin Drexler <[email protected]> Authored: Sun Jun 8 20:07:58 2014 +0200 Committer: Robert Kowalski <[email protected]> Committed: Mon Jun 9 19:54:27 2014 +0200 ---------------------------------------------------------------------- src/fauxton/app/addons/fauxton/templates/api_bar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/061295ab/src/fauxton/app/addons/fauxton/templates/api_bar.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/fauxton/templates/api_bar.html b/src/fauxton/app/addons/fauxton/templates/api_bar.html index ecd92f1..886c06e 100644 --- a/src/fauxton/app/addons/fauxton/templates/api_bar.html +++ b/src/fauxton/app/addons/fauxton/templates/api_bar.html @@ -25,6 +25,6 @@ the License. </a> </span> <input type="text" class="input-xxlarge" value="<%- endpoint %>"> - <a href="<%- endpoint %>" target="_blank" class="btn">Show me</a> + <a data-bypass="true" href="<%- endpoint %>" target="_blank" class="btn">Show me</a> </div> </div>
