You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by dc...@apache.org on 2014/08/14 01:26:16 UTC

[28/50] couchdb commit: updated refs/heads/1.6.x to eeb31cb

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/1.6.x
Commit: 061295ab0dfabf73164ef4f1e07fa4b4283fa8e2
Parents: 3bcf664
Author: Robin Drexler <dr...@gmail.com>
Authored: Sun Jun 8 20:07:58 2014 +0200
Committer: Robert Kowalski <ro...@kowalski.gd>
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>