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

@ -319,7 +319,7 @@
return;
}
var url = window.location.hash || window.location.toString();
var url = window.location.hash || getWindowUrl();
var id = getParameterByName('id', url);