From 831a9392e3315378fc130bcbe8c8e0bd29ab68c0 Mon Sep 17 00:00:00 2001 From: "Eevee (Evelyn Woods)" Date: Thu, 10 Dec 2020 13:54:59 -0700 Subject: [PATCH] Fix debug icon URL in prod --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 700f798..d644a9f 100644 --- a/js/main.js +++ b/js/main.js @@ -2070,7 +2070,7 @@ class Conductor { "but disable all saving of scores until you reload the page!", () => { this.player.setup_debug(); - ev.target.src = '/icon-debug.png'; + ev.target.src = 'icon-debug.png'; }, ).open(); }