Skip to content

Commit

Permalink
Update 2025.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MUSESTAR-Official committed Feb 12, 2025
1 parent 51e2971 commit aec832e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions teleplay/VWP/2025.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,8 @@
<body>
<div class="video-container">
<div id="dplayer1"></div>
<img height="500" id="reloadImage" src="/files/kamitsubaki.webp" alt="神椿">
<img height="500" src="/files/kamitsubaki.webp" alt="神椿">
</div>
<script>
let hasLoaded = false;
function reloadImage() {
if (hasLoaded) return;
const img = document.getElementById('reloadImage');
const src = img.src;
img.src = '';
img.src = src + '?t=' + new Date().getTime();
hasLoaded = true;
}

document.addEventListener('DOMContentLoaded', reloadImage, { once: true });
</script>
<div class="info-container">
<h1>V.W.P 3rd ONE-MAN LIVE「現象III-神椿市探訪中-」</h1>
<div class="divider">
Expand Down

0 comments on commit aec832e

Please sign in to comment.