Fix: don't search channel library if rank < seeplaylist

This commit is contained in:
calzoneman 2014-09-04 20:53:18 -05:00
parent bc3f20198c
commit 71114b0060
4 changed files with 23 additions and 3 deletions

View file

@ -13,8 +13,8 @@ html(lang="en")
- var cname = "/r/" + channelName
ul.nav.navbar-nav
mixin navdefaultlinks(cname)
li: a(href="#", onclick="javascript:showUserOptions()") Options
li: a#showchansettings(href="#", onclick="javascript:$('#channeloptions').modal()") Channel Settings
li: a(href="javascript:void(0)", onclick="javascript:showUserOptions()") Options
li: a#showchansettings(href="javascript:void(0)", onclick="javascript:$('#channeloptions').modal()") Channel Settings
li.dropdown
a.dropdown-toggle(href="#", data-toggle="dropdown") Layout
b.caret