Skip to content

Commit

Permalink
deploy: d329f9b
Browse files Browse the repository at this point in the history
  • Loading branch information
Izumiko committed Nov 21, 2023
1 parent fe3cc5e commit 051af90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ede.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@
)
.then(() => {
window.ede.loading = false;
var danmakuCtr = document.getElementById('danmakuCtr');
const danmakuCtr = document.getElementById('danmakuCtr');
if (danmakuCtr && danmakuCtr.style && danmakuCtr.style.opacity !== '1') {
danmakuCtr.style.opacity = 1;
}
Expand Down

0 comments on commit 051af90

Please sign in to comment.