remove uneeded logs
This commit is contained in:
parent
a47772dd01
commit
f745ec01b5
2 changed files with 0 additions and 6 deletions
|
@ -412,7 +412,6 @@ class Channel {
|
||||||
decdiv.onclick = () => {
|
decdiv.onclick = () => {
|
||||||
if (childrendiv.style.height !== "0px") {
|
if (childrendiv.style.height !== "0px") {
|
||||||
decoration.classList.add("hiddencat");
|
decoration.classList.add("hiddencat");
|
||||||
//childrendiv.classList.add("colapsediv");
|
|
||||||
this.perminfo.collapsed = true;
|
this.perminfo.collapsed = true;
|
||||||
this.localuser.userinfo.updateLocal();
|
this.localuser.userinfo.updateLocal();
|
||||||
childrendiv.style.height = "0px";
|
childrendiv.style.height = "0px";
|
||||||
|
@ -421,8 +420,6 @@ class Channel {
|
||||||
decoration.classList.remove("hiddencat");
|
decoration.classList.remove("hiddencat");
|
||||||
this.perminfo.collapsed = false;
|
this.perminfo.collapsed = false;
|
||||||
this.localuser.userinfo.updateLocal();
|
this.localuser.userinfo.updateLocal();
|
||||||
//childrendiv.classList.remove("colapsediv")
|
|
||||||
console.log("This ran?");
|
|
||||||
childrendiv.style.height = childrendiv.scrollHeight + "px";
|
childrendiv.style.height = childrendiv.scrollHeight + "px";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -427,7 +427,6 @@ class Channel{
|
||||||
decdiv.onclick=()=>{
|
decdiv.onclick=()=>{
|
||||||
if(childrendiv.style.height!=="0px"){
|
if(childrendiv.style.height!=="0px"){
|
||||||
decoration.classList.add("hiddencat");
|
decoration.classList.add("hiddencat");
|
||||||
//childrendiv.classList.add("colapsediv");
|
|
||||||
this.perminfo.collapsed=true;
|
this.perminfo.collapsed=true;
|
||||||
this.localuser.userinfo.updateLocal();
|
this.localuser.userinfo.updateLocal();
|
||||||
childrendiv.style.height = "0px";
|
childrendiv.style.height = "0px";
|
||||||
|
@ -435,8 +434,6 @@ class Channel{
|
||||||
decoration.classList.remove("hiddencat");
|
decoration.classList.remove("hiddencat");
|
||||||
this.perminfo.collapsed=false;
|
this.perminfo.collapsed=false;
|
||||||
this.localuser.userinfo.updateLocal();
|
this.localuser.userinfo.updateLocal();
|
||||||
//childrendiv.classList.remove("colapsediv")
|
|
||||||
console.log("This ran?")
|
|
||||||
childrendiv.style.height = childrendiv.scrollHeight + "px";
|
childrendiv.style.height = childrendiv.scrollHeight + "px";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue