Player not reloading on changing from channel to frontpage

This commit is contained in:
Kasper Rynning-Tønnesen
2016-05-09 15:16:33 +02:00
parent 5718f6cfb4
commit 8f1499dacd
5 changed files with 38 additions and 13 deletions

View File

@@ -394,7 +394,7 @@ $(document).on("click", "#closePlayer", function(e){
Player.ytplayer.destroy();
Player.ytplayer = "";
document.title = "Zöff";
$("#frontpage_player").empty();
$("#closePlayer").remove();
});
$(document).on('click', '#toast-container', function(){