mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-13 19:22:05 +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()
|
||||
$("#announcements").remove();
|
||||
$("#playlistrow").remove();
|
||||
PLAYER.player = null;
|
||||
$("#videowrap").remove();
|
||||
$("#chatwrap").removeClass("span5").addClass("span12");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue