mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-17 21:12:06 +00:00
Fix chrome being dumb w.r.t. deleting <video> elements
This commit is contained in:
parent
22a6a4617c
commit
ed12dd76fd
1 changed files with 1 additions and 0 deletions
|
|
@ -1611,6 +1611,7 @@ function chatOnly() {
|
||||||
$("#toprow").remove()
|
$("#toprow").remove()
|
||||||
$("#announcements").remove();
|
$("#announcements").remove();
|
||||||
$("#playlistrow").remove();
|
$("#playlistrow").remove();
|
||||||
|
PLAYER.player = null;
|
||||||
$("#videowrap").remove();
|
$("#videowrap").remove();
|
||||||
$("#chatwrap").removeClass("span5").addClass("span12");
|
$("#chatwrap").removeClass("span5").addClass("span12");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue