リンク先を一部修正
This commit is contained in:
+3
-3
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user