diff --git a/src/web/public/javascript/__index_script.js b/src/web/public/javascript/__index_script.js index 0e83618..5b2890c 100644 --- a/src/web/public/javascript/__index_script.js +++ b/src/web/public/javascript/__index_script.js @@ -172,7 +172,6 @@ socket.on("ANSWER/GET/PLAYLIST", (data) => { }); - const SPECIAL = document.getElementById("SPECIAL") const addPlaylist = document.getElementById("addPlaylist") const addPlaylist_dialog = document.getElementById("addPlaylist_dialog") const apText = document.getElementById("apText") @@ -197,12 +196,7 @@ socket.on("ANSWER/GET/PLAYLIST", (data) => { }) - SPECIAL.addEventListener("click", () => { - - get("SPECIAL/MJ") - - }) - + console.log(data) })