From 8454f52378b9410393262122c6920606e187e18f Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 12 Feb 2021 20:37:43 -0500 Subject: Move more data files (#1373) * Move deinflect.json * Move button.mp3 * Move fonts --- ext/mixed/js/audio-system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mixed/js') diff --git a/ext/mixed/js/audio-system.js b/ext/mixed/js/audio-system.js index 0933d90e..cf63511f 100644 --- a/ext/mixed/js/audio-system.js +++ b/ext/mixed/js/audio-system.js @@ -35,7 +35,7 @@ class AudioSystem { getFallbackAudio() { if (this._fallbackAudio === null) { - this._fallbackAudio = new Audio('/mixed/mp3/button.mp3'); + this._fallbackAudio = new Audio('/data/audio/button.mp3'); } return this._fallbackAudio; } -- cgit v1.2.3