From c22b1e13a1c1481553ff55f52c3f298e262b192f Mon Sep 17 00:00:00 2001 From: biglyderv Date: Fri, 9 May 2025 00:02:32 -0400 Subject: [PATCH] add discord server --- index.html | 1 + js/tile.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c13bdbc..cc6171c 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,7 @@
diff --git a/js/tile.js b/js/tile.js index 1d10a0d..0c0f6c1 100644 --- a/js/tile.js +++ b/js/tile.js @@ -61,7 +61,7 @@ TileManager.prototype.loadSet = function (namespace, tiles) { this.row.appendChild(elem); let elem2 = document.createElement('section'); - elem2.id = namespace + elem2.id = namespace; this.row2.appendChild(elem2); elem.onclick = function(e) {