From 06e1400d40a8690c36593bda81da2b1d27a8110f Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 29 Nov 2024 19:30:35 +0200 Subject: Fix bug 4 --- src/js/ui/sections/stellarSection.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/js/ui/sections/stellarSection.js') diff --git a/src/js/ui/sections/stellarSection.js b/src/js/ui/sections/stellarSection.js index 0a5341d..decc588 100644 --- a/src/js/ui/sections/stellarSection.js +++ b/src/js/ui/sections/stellarSection.js @@ -1,6 +1,7 @@ import { makeElement } from "../../arching-kaos-generator.js"; var stellarSection = { + element: 'div', id: "stellar-section", innerHTML: [ { -- cgit v1.2.3