Tweak ACL behaviour
ACL is only updated when you first join, when someone's rank changes, or if you click the Channel Ranks tab
This commit is contained in:
parent
ce84b30354
commit
3f5ec309e9
3 changed files with 12 additions and 4 deletions
|
|
@ -432,6 +432,7 @@ $("#show_acl").click(function() {
|
|||
$(".modonly").hide();
|
||||
$("#show_acl").parent().addClass("active");
|
||||
$("#channelranks").show();
|
||||
socket.emit("requestAcl");
|
||||
});
|
||||
|
||||
function searchLibrary() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue