API-elements are correctly removed on refresh

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-20 17:49:28 +02:00
parent b1412d9fc3
commit 12efbbcd99
22 changed files with 4 additions and 1 deletions

View File

@@ -41,7 +41,10 @@ window.addEventListener("DOMContentLoaded", function() {
document.getElementById("descriptions_cont").innerHTML = ""; document.getElementById("descriptions_cont").innerHTML = "";
document.getElementById("thumbnails_cont").innerHTML = ""; document.getElementById("thumbnails_cont").innerHTML = "";
document.querySelector(".names-container").innerHTML = ""; document.querySelector(".names-container").innerHTML = "";
document.querySelector(".api_token_container").remove(); var elements = document.querySelectorAll(".api_token_container");
for(var i = 0; i < elements.length; i++) {
elements[i].remove();
}
addClass(".channel_things", "hide"); addClass(".channel_things", "hide");

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 697 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 980 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB