From 6b318f03a8a2d3ec643df9f6d06cce07e74257c5 Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Sat, 15 Jul 2023 13:39:02 -0700 Subject: [PATCH] Set the ruffle logo to a relative path like the others. --- loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader.js b/loader.js index 44f1e2fa..6789a21c 100644 --- a/loader.js +++ b/loader.js @@ -78,7 +78,7 @@ var Module = null; np2: img("other_logos/nekop2.gif"), xmil: img("other_logos/xmillenium_logo.jpg"), vmac: img("other_logos/vmac.png"), - ruffle: img("/other_logos/ruffle.png"), + ruffle: img("other_logos/ruffle.png"), cloudpilot: img("other_logos/cloudpilot.png"), v86: img("other_logos/v86.png"), };