Add channel ranks editor
This commit is contained in:
parent
6f43a7efdc
commit
09e9fb2eab
7 changed files with 139 additions and 30 deletions
|
|
@ -28,6 +28,10 @@
|
|||
$("#show_loginhistory").click(function() {
|
||||
socket.emit("requestLoginHistory");
|
||||
});
|
||||
clickHandler("#show_channelranks", "#channelranks");
|
||||
$("#show_channelranks").click(function() {
|
||||
socket.emit("requestChannelRanks");
|
||||
});
|
||||
|
||||
genPermissionsEditor();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue