This commit is contained in:
calzoneman 2014-03-23 21:43:20 -05:00
parent 1f7cf66367
commit ae04c91031
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ html(lang="en")
a.dropdown-toggle(href="#", data-toggle="dropdown") Layout
b.caret
ul.dropdown-menu
li: a(href="javascript:chatOnly()") Chat Only
li: a(href="javascript:removeVideo()") Remove Video
li: a(href="#" onclick="javascript:chatOnly()") Chat Only
li: a(href="#" onclick="javascript:removeVideo()") Remove Video
mixin navloginlogout(cname)
section#mainpage
.container