last typo from early days

This commit is contained in:
HB9HIL
2026-02-14 12:36:46 +01:00
parent 371b51c372
commit 8437324556

View File

@@ -13,7 +13,7 @@ class Sattimers extends CI_Controller {
$this->load->model('stations'); $this->load->model('stations');
$footerData = []; $footerData = [];
$footerData['scripts'] = [ $footerData['scripts'] = [
'assets/js/sections/sattimers.js?' 'assets/js/sections/sattimers.js'
]; ];
$url = 'https://www.df2et.de/tevel/api2.php?grid='.strtoupper($this->stations->find_gridsquare()); $url = 'https://www.df2et.de/tevel/api2.php?grid='.strtoupper($this->stations->find_gridsquare());