mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed truncate on card-reveal for description, and removing player when closing the player from the frontpage
This commit is contained in:
@@ -1038,6 +1038,7 @@ $(document).on("click", "#closePlayer", function(e){
|
||||
}
|
||||
Player.player.destroy();
|
||||
$("#player_bottom_overlay").toggleClass("hide");
|
||||
$("#player").remove();
|
||||
} catch(error){}
|
||||
socket.removeEventListener("np");
|
||||
socket.removeEventListener("id");
|
||||
|
||||
Reference in New Issue
Block a user