Commit 92cac08c authored by Markus Bergt's avatar Markus Bergt

fixed dropdown

parent ccfdc3af
......@@ -108,6 +108,7 @@ else{
<span class="caret" />
<span class="sr-only">Toggle Dropdown</span>
</button>
<div class="dropup">
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="#" id="changeToNormal">Normal</a></li>
<li><a href="#" id="changeToMod">Mod</a></li>
......@@ -123,6 +124,7 @@ else{
<?php
}
?>
</div>
</span>
</div>
</form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment