mirror of https://github.com/calzoneman/sync.git
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()
|
$("#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…
Reference in New Issue