mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Player not reloading on changing from channel to frontpage
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user