mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Fix app.js coding style and rename css id
This commit is contained in:
@@ -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();
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user