Add channel ranks editor

This commit is contained in:
calzoneman 2013-06-18 10:46:28 -04:00
parent 6f43a7efdc
commit 09e9fb2eab
7 changed files with 139 additions and 30 deletions

View file

@ -28,6 +28,10 @@
$("#show_loginhistory").click(function() {
socket.emit("requestLoginHistory");
});
clickHandler("#show_channelranks", "#channelranks");
$("#show_channelranks").click(function() {
socket.emit("requestChannelRanks");
});
genPermissionsEditor();