Hide official charts option if metadata failed to load

This commit is contained in:
Zsolt Zitting
2024-06-17 17:18:06 -07:00
parent e378e119ad
commit 8952a08e62
+1
View File
@@ -155,6 +155,7 @@ if (remoteRun) {
music_select.dispatchEvent(new Event('change'))
}).catch(e => {
console.error('failed loading music table', e)
toggle_officials.parentNode.style.display = 'none'
})
fetch('sound/tap.wav').then(r => r.arrayBuffer()).then(r => {