This commit is contained in:
Mirco Wittrien 2018-10-21 12:28:55 +02:00
parent bdb0ece33b
commit ab18baca2c
1 changed files with 0 additions and 1 deletions

View File

@ -513,7 +513,6 @@ class ShowHiddenChannels {
category.remove();
let count = parseInt(channelList.lastChild.previousSibling.className.split("-")[1])+1;
category.attr("class", "container-" + count + " container-hidden");
console.log(category);
channelList.insertBefore(category,channelList.lastChild);
}
}