add discord server
This commit is contained in:
parent
60028665d0
commit
c22b1e13a1
2 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue