mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #411 - Parental Control issue
This commit is contained in:
parent
2371161574
commit
78a6d736ba
1 changed files with 1 additions and 5 deletions
|
@ -1109,11 +1109,7 @@ $(function () {
|
|||
|
||||
$(document.body).append(footerHtml);
|
||||
|
||||
if ($.browser.msie && parseInt($.browser.version) < 10) {
|
||||
|
||||
alert("This is an unsupported version of Internet Explorer. Please consider upgrading to IE10, Chrome, or Firefox.");
|
||||
}
|
||||
else if (!window.WebSocket) {
|
||||
if (!window.WebSocket) {
|
||||
|
||||
alert("This browser does not support web sockets. For a better experience, try a newer browser such as Chrome (android, desktop), Firefox, IE10, Safari (iOS) or Opera.");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue