mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 17:51:24 +01:00
v1.5.04 - emblem gallery generator
This commit is contained in:
parent
3aaddcf1a7
commit
68dc822121
7 changed files with 174 additions and 42 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue