This commit is contained in:
Szymon Porwolik
2025-11-30 23:17:29 +01:00
parent 882f433e17
commit 7d388fe6f8
3 changed files with 55 additions and 64 deletions

View File

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