From a4f7d22c79eeb97c7c891e3befd4afba7686cf5e Mon Sep 17 00:00:00 2001 From: miteruzo Date: Mon, 22 May 2023 08:29:43 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=B3=E3=82=AF=E5=85=88=E3=82=92?= =?UTF-8?q?=E4=B8=80=E9=83=A8=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- forms/index.frm.php | 6 +++--- scripts/script.js | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/forms/index.frm.php b/forms/index.frm.php index e597e8c..730978b 100644 --- a/forms/index.frm.php +++ b/forms/index.frm.php @@ -6,10 +6,10 @@ <?= ($title == '') ? '' : ($title . ' - ') ?>キケッツチャンネル お絵描き掲示板 - + - + @@ -305,7 +305,7 @@ - + diff --git a/scripts/script.js b/scripts/script.js index a3cd596..2360a09 100644 --- a/scripts/script.js +++ b/scripts/script.js @@ -1,6 +1,6 @@ -const music = new Audio ('music.mp3'); // BGM -let playing = false; // 再生フラグ -let nowPlay = true; // 再生すべきかどぅか +const music = new Audio ('./assets/music.mp3'); // BGM +let playing = false; // 再生フラグ +let nowPlay = true; // 再生すべきかどぅか document.getElementById ('sort').addEventListener ('change', sortChange);