This commit is contained in:
Szymon Porwolik
2025-11-30 22:55:06 +01:00
parent 1f7144909e
commit bbc234880a
3 changed files with 51 additions and 64 deletions

View File

@@ -775,7 +775,6 @@ class Awards extends CI_Controller {
public function rac() {
$footerData = [];
$footerData['scripts'] = [
'assets/js/sections/racmap_geojson.js?' . filemtime(realpath(__DIR__ . "/../../assets/js/sections/racmap_geojson.js")),
'assets/js/sections/racmap.js?' . filemtime(realpath(__DIR__ . "/../../assets/js/sections/racmap.js")),
'assets/js/leaflet/L.Maidenhead.js',
];