Hide unimplemented, currently-greyed-out options in navbar, etc.

(imported from commit f33c3949979530b691743e29fb05f54808111b4e)
This commit is contained in:
Waseem Daher 2012-10-23 18:06:32 -04:00
parent f1e4a27106
commit 037f523990
2 changed files with 0 additions and 17 deletions

View File

@ -94,24 +94,12 @@ var people_list = [
<span class="hidden-phone"> Subscriptions</span>
</a>
</li>
<li title="Starred" class="disabled">
<a href="#">
<i class="icon-star"></i>
<span class="hidden-phone"> Starred</span>
</a>
</li>
<li title="Settings">
<a href="#settings" data-toggle="pill">
<i class="icon-wrench"></i>
<span class="hidden-phone"> Settings</span>
</a>
</li>
<li title="Invite a friend" class="disabled">
<a href="#">
<i class="icon-envelope"></i>
<span class="hidden-phone"> Invite a friend</span>
</a>
</li>
{% if show_debug %}
<li title="Debug">
<a href="#debug" data-toggle="pill">

View File

@ -10,9 +10,4 @@
<i class="icon-user"></i> Start a huddle with me
</a>
</li>
<li class="disabled">
<a>
<i class="icon-th-list"></i> View huddles with me
</a>
</li>
</ul>