Better channel bans
This commit is contained in:
parent
e315407a48
commit
d43f39caa1
10 changed files with 125 additions and 4 deletions
|
|
@ -419,6 +419,16 @@ $("#show_banlist").click(function() {
|
|||
$("#banlist").show();
|
||||
});
|
||||
|
||||
$("#show_loginlog").click(function() {
|
||||
$("#modnav li").each(function() {
|
||||
$(this).removeClass("active");
|
||||
});
|
||||
$(".modonly").hide();
|
||||
$("#show_loginlog").parent().addClass("active");
|
||||
$("#loginlog").show();
|
||||
socket.emit("requestSeenlogins");
|
||||
});
|
||||
|
||||
$("#show_motdeditor").click(function() {
|
||||
$("#modnav li").each(function() {
|
||||
$(this).removeClass("active");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue