Fix app.js coding style and rename css id

This commit is contained in:
Quentin Hocdé
2021-03-05 09:30:54 -05:00
parent 89b7d9523b
commit fbe2a6badf
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ const app = new modular({
});
window.onload = (event) => {
const $style = document.getElementById("stylesheet");
const $style = document.getElementById('main-css');
if ($style.isLoaded) {
init();