Implement ACL for channel owners (Issue #42)
This commit is contained in:
parent
d7de1fc69e
commit
bb019deeb7
10 changed files with 173 additions and 26 deletions
|
|
@ -101,6 +101,8 @@ function initCallbacks() {
|
|||
updateBanlist(data.entries);
|
||||
});
|
||||
|
||||
socket.on("acl", updateACL);
|
||||
|
||||
socket.on("voteskip", function(data) {
|
||||
if(data.count > 0) {
|
||||
$("#voteskip").text("Voteskip ("+data.count+"/"+data.need+")");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue