This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2023-10-02 21:19:14 +07:00
parent 2d4947ced8
commit b634533ff0

View File

@ -133,7 +133,6 @@ if (typeof window.reinitializer !== "function") {
) )
.filter((e) => e.textContent === text) .filter((e) => e.textContent === text)
) { ) {
console.log(element.textContent === text, element);
element.remove(); element.remove();
} }