Fix debug icon URL in prod
This commit is contained in:
parent
81f7e7fd64
commit
831a9392e3
@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user