Improve browser support message

This commit is contained in:
Jordan Eldredge 2018-02-07 21:09:43 -08:00
parent 49344f1639
commit 3fc89665fb

View file

@ -25,6 +25,7 @@ Raven.context(() => {
}
if (!Winamp.browserIsSupported()) {
document.getElementById("browser-compatibility").style.display = "block";
document.getElementById("winamp2-js").style.visibility = "hidden";
return;
}