Repository: couchdb-fauxton Updated Branches: refs/heads/master 74c6ce54a -> a0fc78160
Add target='_blank' on menu_dropdown Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/a0fc7816 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/a0fc7816 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/a0fc7816 Branch: refs/heads/master Commit: a0fc781607556d9b86fc1c3ab3695da84c38cf0e Parents: 74c6ce5 Author: Garren Smith <[email protected]> Authored: Thu Oct 9 09:38:13 2014 +0200 Committer: Garren Smith <[email protected]> Committed: Thu Oct 9 09:38:34 2014 +0200 ---------------------------------------------------------------------- app/addons/fauxton/templates/menu_dropdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/a0fc7816/app/addons/fauxton/templates/menu_dropdown.html ---------------------------------------------------------------------- diff --git a/app/addons/fauxton/templates/menu_dropdown.html b/app/addons/fauxton/templates/menu_dropdown.html index 6a197b7..3881a34 100644 --- a/app/addons/fauxton/templates/menu_dropdown.html +++ b/app/addons/fauxton/templates/menu_dropdown.html @@ -26,7 +26,7 @@ the License. class="icon <%- link.icon %>" <% } %> href="<%- link.url %>" - <% if (link.external) { %> target="_blank" <% } %> > + <% if (link.external) { %> data-bypass="true" target="_blank" <% } %> > <%- link.title %> </a> </li>
