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:
parent
0a81db18ed
commit
68ad0f6226
8 changed files with 234 additions and 10 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
isLocalhost: function () {
|
||||
|
||||
var location = window.location.toString().toLowerCase();
|
||||
var location = getWindowUrl().toString().toLowerCase();
|
||||
return location.indexOf('localhost') != -1 || location.indexOf('127.0.0.1') != -1;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue