Skip to content

Commit

Permalink
But open a new tab or window
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 16, 2023
1 parent 08f4618 commit 386173d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/menubar.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<a class="dropdown-item" href="<%= ctx.urlFor('/docs/FAQ.md') %>">FAQ</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="<%= ctx.urlFor('/docs/Cheatsheet.md') %>">Cheatsheet</a>
<a class="dropdown-item" href="https://mojojs.org/static/reference/modules.html">API</a>
<a class="dropdown-item" href="https://mojojs.org/static/reference/modules.html" target="_blank">API</a>
</div>
</li>
<li class="nav-item dropdown">
Expand Down

0 comments on commit 386173d

Please sign in to comment.