Pp commited on
Commit
8b3189f
·
verified ·
1 Parent(s): e863a23

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -10,7 +10,7 @@ document.addEventListener('DOMContentLoaded', () => {
10
  if (!dialClickSound) console.error("Audio element #dial-click-sound not found!");
11
  if (!dialReturnSound) console.warn("Audio element #dial-return-sound not found (optional).");
12
 
13
- const numbers = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0'];
14
  const numHoles = 10;
15
 
16
  // --- Config ---
 
10
  if (!dialClickSound) console.error("Audio element #dial-click-sound not found!");
11
  if (!dialReturnSound) console.warn("Audio element #dial-return-sound not found (optional).");
12
 
13
+ const numbers = ['0', '9', '8', '7', '6', '5', '4', '3', '2', '1'];
14
  const numHoles = 10;
15
 
16
  // --- Config ---