From: 2weiEmu Date: Tue, 26 May 2026 21:01:04 +0000 (+0200) Subject: updated: gonna do edit menu next X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=5696d1131b931e1ed324754637f3e44caf59e024;p=binbsis50-sm.git updated: gonna do edit menu next --- diff --git a/public/js/index.js b/public/js/index.js index 71e80ab..2702c3d 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -191,6 +191,25 @@ songFilterName.oninput = (event) => {updateSongListWithFilter(event)} songFilterArtist.oninput = (event) => {updateSongListWithFilter(event)} songFilterInDB.oninput = (event) => {updateSongListWithFilter(event)} +/** + * EDIT MENU FOR SONGS + * (this should also close when clicking outside obviously) + **/ + +/** + * + **/ +function openEditMenu() { + +} + +/** + * + **/ +function closeEditMenu() { + +} + /** * SETUP / RUN AT START SECTION **/