Fix chrome being dumb w.r.t. deleting <video> elements

This commit is contained in:
calzoneman 2014-01-11 12:59:03 -06:00
parent 22a6a4617c
commit ed12dd76fd
1 changed files with 1 additions and 0 deletions

View File

@ -1611,6 +1611,7 @@ function chatOnly() {
$("#toprow").remove()
$("#announcements").remove();
$("#playlistrow").remove();
PLAYER.player = null;
$("#videowrap").remove();
$("#chatwrap").removeClass("span5").addClass("span12");
}