Fixed minor bug when creating catagories
This commit is contained in:
parent
a33211b72b
commit
0e34ddcacb
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ let replyingto=null;
|
|||
|
||||
function createchannels(fincall){
|
||||
let name="";
|
||||
let category=2;
|
||||
let category=0;
|
||||
console.log(fincall)
|
||||
channelselect=new fullscreen(
|
||||
["vdiv",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue