image duplication bug

This commit is contained in:
Neythen
2021-12-08 17:26:35 +00:00
parent 856051ca45
commit 81293fbea7
2 changed files with 4 additions and 3 deletions

View File

@@ -1387,6 +1387,8 @@ window.onload = () => {
}
// custom images
/*
let localCustomImages = JSON.parse(localStorage.getItem("customImages"));
localCustomImages?.map((value) => {
let tag = document.createElement("li");
@@ -1409,6 +1411,7 @@ window.onload = () => {
messagesWrapper.appendChild(tag);
});
* */
addEventOnList();
addEventonBtns();
changeVarValue();