LibreJS Hotfix 2

This commit is contained in:
patrick_pluto 2024-08-15 15:04:04 +02:00
parent 7204cfb42f
commit 6ed259ebfc
5 changed files with 10 additions and 0 deletions

View file

@ -68,3 +68,5 @@ function generateDownloadList(downloadData) {
window.addEventListener('DOMContentLoaded', () => { window.addEventListener('DOMContentLoaded', () => {
generateDownloadList(downloadData); generateDownloadList(downloadData);
}); });
// @license-end

View file

@ -37,3 +37,5 @@ class Footer extends HTMLElement {
} }
customElements.define('footer-component', Footer); customElements.define('footer-component', Footer);
// @license-end

View file

@ -34,3 +34,5 @@ class Game extends HTMLElement {
} }
customElements.define('game-component', Game); customElements.define('game-component', Game);
// @license-end

View file

@ -39,3 +39,5 @@ class Header extends HTMLElement {
} }
customElements.define('header-component', Header); customElements.define('header-component', Header);
// @license-end

View file

@ -709,3 +709,5 @@ class License extends HTMLElement {
} }
customElements.define('license-component', License); customElements.define('license-component', License);
// @license-end