1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update web client packager

This commit is contained in:
Luke Pulverenti 2014-10-21 08:42:02 -04:00
parent 0a81db18ed
commit 68ad0f6226
8 changed files with 234 additions and 10 deletions

View file

@ -26,7 +26,7 @@
// Chrome seems to have virtualization built-in and can handle large lists easily
var isChrome = $.browser.chrome;
if (window.location.toString().toLowerCase().indexOf('localhost') != -1) {
if (getWindowUrl().toString().toLowerCase().indexOf('localhost') != -1) {
return isChrome ? 200 : 100;
}