LibreJS Hotfix 2
This commit is contained in:
parent
7204cfb42f
commit
6ed259ebfc
5 changed files with 10 additions and 0 deletions
|
@ -68,3 +68,5 @@ function generateDownloadList(downloadData) {
|
||||||
window.addEventListener('DOMContentLoaded', () => {
|
window.addEventListener('DOMContentLoaded', () => {
|
||||||
generateDownloadList(downloadData);
|
generateDownloadList(downloadData);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// @license-end
|
||||||
|
|
|
@ -37,3 +37,5 @@ class Footer extends HTMLElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
customElements.define('footer-component', Footer);
|
customElements.define('footer-component', Footer);
|
||||||
|
|
||||||
|
// @license-end
|
||||||
|
|
2
game.js
2
game.js
|
@ -34,3 +34,5 @@ class Game extends HTMLElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
customElements.define('game-component', Game);
|
customElements.define('game-component', Game);
|
||||||
|
|
||||||
|
// @license-end
|
||||||
|
|
|
@ -39,3 +39,5 @@ class Header extends HTMLElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
customElements.define('header-component', Header);
|
customElements.define('header-component', Header);
|
||||||
|
|
||||||
|
// @license-end
|
||||||
|
|
|
@ -709,3 +709,5 @@ class License extends HTMLElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
customElements.define('license-component', License);
|
customElements.define('license-component', License);
|
||||||
|
|
||||||
|
// @license-end
|
||||||
|
|
Loading…
Reference in a new issue