Fix chrome being dumb w.r.t. deleting <video> elements
This commit is contained in:
parent
22a6a4617c
commit
ed12dd76fd
|
@ -1611,6 +1611,7 @@ function chatOnly() {
|
|||
$("#toprow").remove()
|
||||
$("#announcements").remove();
|
||||
$("#playlistrow").remove();
|
||||
PLAYER.player = null;
|
||||
$("#videowrap").remove();
|
||||
$("#chatwrap").removeClass("span5").addClass("span12");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue