mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Pointer events none fireplace
This commit is contained in:
@@ -1451,6 +1451,7 @@ ul #chat-log{
|
||||
height: calc(100% - 32px);
|
||||
position: absolute;
|
||||
display:none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.chan{
|
||||
|
||||
4
public/dist/embed.min.js
vendored
4
public/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
2
public/dist/main.min.js
vendored
2
public/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -858,8 +858,8 @@ $(document).keyup(function(e) {
|
||||
}
|
||||
if(fireplace_initiated) {
|
||||
fireplace_initiated = false;
|
||||
$("#fireplace_player").css("display", "none");
|
||||
Player.fireplace.destroy();
|
||||
$("#fireplace_player").css("display", "none");
|
||||
} else {
|
||||
fireplace_initiated = true;
|
||||
$("#fireplace_player").css("display", "block");
|
||||
|
||||
Reference in New Issue
Block a user