From 77bc307781164f6453de490735d1337ac409e14d Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sat, 2 May 2026 02:59:46 +0200 Subject: [PATCH] asdsd --- modules/fx-rates/pages/asset.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fx-rates/pages/asset.php b/modules/fx-rates/pages/asset.php index 2b5fd6b..23e8daf 100644 --- a/modules/fx-rates/pages/asset.php +++ b/modules/fx-rates/pages/asset.php @@ -4,6 +4,7 @@ $base = realpath(__DIR__ . '/../assets'); $map = [ 'fx-rates.css' => $base . '/fx-rates.css', 'fx-rates.js' => $base . '/fx-rates.js', + 'fx-rates-currencies.js' => $base . '/fx-rates-currencies.js', ]; if (!isset($map[$file])) {