mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5607.1
This commit is contained in:
parent
5623b7c147
commit
66a896e13d
10 changed files with 169 additions and 113 deletions
3
dashboard-ui/thirdparty/browser.js
vendored
3
dashboard-ui/thirdparty/browser.js
vendored
|
@ -945,7 +945,7 @@
|
|||
}
|
||||
|
||||
// Chrome is Webkit, but Webkit is also Safari.
|
||||
if (browser.chrome || $.browser.safari) {
|
||||
if (browser.chrome || browser.safari) {
|
||||
browser.webkit = true;
|
||||
}
|
||||
|
||||
|
@ -956,7 +956,6 @@
|
|||
if (browser.msie && !browser.mobile && userAgent.toLowerCase().indexOf("xbox") != -1) {
|
||||
browser.tv = true;
|
||||
}
|
||||
|
||||
jQuery.browser = browser;
|
||||
|
||||
})(jQuery, window);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue