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

removed test code

This commit is contained in:
Luke Pulverenti 2014-04-08 22:27:30 -04:00
parent 9ee76d4555
commit d5163c5ded

View file

@ -235,7 +235,7 @@ function getWindowLocationSearch(win) {
search = window.location.href.substring(index);
}
}
alert();
return search || '';
}