Added more granular permissions.
This commit is contained in:
parent
ef4894e409
commit
2dbf3b97d5
11 changed files with 179 additions and 75 deletions
|
|
@ -275,6 +275,8 @@ class prefrenceList{
|
|||
constructor(channel){
|
||||
this.channel = channel;
|
||||
this.inputs = document.querySelectorAll(".channel-preference-list-item");
|
||||
|
||||
this.setupInput();
|
||||
}
|
||||
|
||||
setupInput(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue