diff options
Diffstat (limited to 'src/js/menu-magic.js')
-rw-r--r-- | src/js/menu-magic.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/menu-magic.js b/src/js/menu-magic.js index 7abd050..58a51dd 100644 --- a/src/js/menu-magic.js +++ b/src/js/menu-magic.js @@ -1,3 +1,10 @@ +/* Arching Kaos Menu Magic + * + * Kaotisk Hund - 2024 + * + * @license magnet:?xt=urn:btih:0b31508aeb0634b347b8270c7bee4d411b5d4109&dn=agpl-3.0.txt AGPL v3.0 + * + */ /* * Menu bar management * @@ -58,3 +65,4 @@ function toggleMenu(m){ mainContainer.style.display = 'none'; doubleFloorMenu.style.display = 'flex'; } +// @license-end |