v1.5.04 - emblem gallery generator

This commit is contained in:
Azgaar 2021-02-01 14:58:30 +03:00
parent 3aaddcf1a7
commit 68dc822121
7 changed files with 174 additions and 42 deletions

View file

@ -330,7 +330,7 @@ document.querySelectorAll("[data-locked]").forEach(function(e) {
event.stopPropagation();
});
e.addEventListener("click", function(event) {
e.addEventListener("click", function() {
const id = (this.id).slice(5);
if (this.className === "icon-lock") unlock(id);
else lock(id);