Add voteskip button, fix bugs
This commit is contained in:
parent
b60981c8d8
commit
dc5c6801ed
6 changed files with 37 additions and 18 deletions
|
|
@ -14,6 +14,13 @@
|
|||
});
|
||||
}
|
||||
|
||||
$("#hide_settings").click(function() {
|
||||
$("#csdropdown_title").text("Moderation Menu");
|
||||
$("#channelsettingswrap div.span12").each(function() {
|
||||
$(this).hide();
|
||||
});
|
||||
});
|
||||
|
||||
clickHandler("#show_optedit", "#optedit");
|
||||
clickHandler("#show_permedit", "#permedit");
|
||||
clickHandler("#show_motdedit", "#motdedit");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue