mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
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:
parent
190390d8ea
commit
4af8eaaa7a
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user