Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
docs(support): simplify menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Nicholus committed May 14, 2016
1 parent 3d79cb3 commit 0495d6a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/_templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@
<li class="dropdown">
<button id="support-dropdown-trigger" class="dropdown-toggle btn btn-link" data-toggle="dropdown">Support <b class="caret"></b></button>
<ul class="dropdown-menu support" role="menu" aria-labelledby="support-dropdown-trigger">
<li role="presentation"><a role="menuitem" href="{{ URL_ROOT }}/browser-support.html">Browser Support</a></li>
<li role="presentation"><a role="menuitem" href="http://stackoverflow.com/questions/tagged/fine-uploader">Community Support</a></li>
<li role="presentation"><a role="menuitem" href="{{ URL_ROOT }}/browser-support.html">Browsers</a></li>
<li role="presentation"><a role="menuitem" href="http://fineuploader.com/support.html" target="_blank">Community Support</a></li>
<li role="presentation"><a role="menuitem" href="{{ URL_ROOT }}/faq.html">FAQ</a></li>
<li role="presentation"><a role="menuitem" href="{{ URL_ROOT }}/features/handling-errors.html">Handling Errors</a></li>
<li role="presentation"><a role="menuitem" href="https://github.com/Widen/fine-uploader/issues">Issue/Feature Tracker</a></li>
<li role="presentation"><a role="menuitem" href="http://fineuploader.com/purchase">Purchase Support</a></li>
</ul>
</li>

Expand Down

0 comments on commit 0495d6a

Please sign in to comment.