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:
calzoneman 2013-04-23 13:47:09 -05:00
parent ce84b30354
commit 3f5ec309e9
3 changed files with 12 additions and 4 deletions

View file

@ -432,6 +432,7 @@ $("#show_acl").click(function() {
$(".modonly").hide();
$("#show_acl").parent().addClass("active");
$("#channelranks").show();
socket.emit("requestAcl");
});
function searchLibrary() {