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

chromecast icon update

This commit is contained in:
Luke Pulverenti 2014-04-01 00:16:35 -04:00
parent 573674becd
commit d1c351c88a
4 changed files with 55 additions and 37 deletions

View file

@ -1379,7 +1379,7 @@ $(function () {
var footerElem = $('#footer', document.body);
footerElem.trigger('create');
$(window).on("beforeunload popstate", function () {
$(window).on("beforeunload", function () {
// Close the connection gracefully when possible
if (ApiClient.isWebSocketOpen() && !MediaPlayer.isPlaying()) {