Fix debug icon URL in prod

This commit is contained in:
Eevee (Evelyn Woods) 2020-12-10 13:54:59 -07:00
parent 81f7e7fd64
commit 831a9392e3

View File

@ -2070,7 +2070,7 @@ class Conductor {
"but disable all saving of scores until you reload the page!", "but disable all saving of scores until you reload the page!",
() => { () => {
this.player.setup_debug(); this.player.setup_debug();
ev.target.src = '/icon-debug.png'; ev.target.src = 'icon-debug.png';
}, },
).open(); ).open();
} }