diff --git a/js/index.js b/js/index.js index 998bc7a2..c09fffe1 100644 --- a/js/index.js +++ b/js/index.js @@ -25,6 +25,7 @@ Raven.context(() => { } if (!Winamp.browserIsSupported()) { document.getElementById("browser-compatibility").style.display = "block"; + document.getElementById("winamp2-js").style.visibility = "hidden"; return; }