mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Forgot to remove fireplace on channel-change..
This commit is contained in:
@@ -1600,6 +1600,9 @@ function onepage_load(){
|
||||
socket.emit("list", chan.toLowerCase());
|
||||
}else if(url_split[3] === ""){
|
||||
clearTimeout(width_timeout);
|
||||
ffireplace_initiated = false;
|
||||
Player.fireplace.destroy();
|
||||
$("#fireplace_player").css("display", "none");
|
||||
$("#channel-load").css("display", "block");
|
||||
window.scrollTo(0, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user