a70bb7b2b0
Cleaned up the themes folder since it did not need the additional folder depth to manage bundled scripts anymore. Updated the theme engine accordingly.
10 lines
139 B
JavaScript
10 lines
139 B
JavaScript
import Base from "./Base.js";
|
|
|
|
document.addEventListener(
|
|
"DOMContentLoaded",
|
|
function () {
|
|
var base = new Base();
|
|
},
|
|
false
|
|
);
|