Remove data-toggle="modal" from gear menu links

It makes bootstrap look up the href as a DOM element, which caused
a browser error because the path is not a CSS selector.

(imported from commit 196a5983ae6a31716b14ae577239fe7ab1416226)
This commit is contained in:
Kevin Mehall 2013-09-19 11:22:43 -04:00
parent 190390d8ea
commit 4af8eaaa7a

View File

@ -61,17 +61,17 @@
</li>
<li class="divider"></li>
<li title="Desktop & mobile apps">
<a href="/apps" target="_blank" role="button" data-toggle="modal">
<a href="/apps" target="_blank" role="button">
<i class="icon-vector-desktop"></i> Desktop & mobile apps
</a>
</li>
<li title="Integrations">
<a href="/integrations" target="_blank" role="button" data-toggle="modal">
<a href="/integrations" target="_blank" role="button">
<i class="icon-vector-github"></i> Integrations
</a>
</li>
<li title="API documentation">
<a href="/api" target="_blank" role="button" data-toggle="modal">
<a href="/api" target="_blank" role="button">
<i class="icon-vector-sitemap"></i> API documentation
</a>
</li>