Highlighting when updated/fresh spot

This commit is contained in:
int2001
2023-07-23 08:55:45 +00:00
parent c27f97defa
commit 32073482b6
3 changed files with 34 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ class Bandmap extends CI_Controller {
$footerData = [];
$footerData['scripts'] = [
'assets/js/moment.min.js',
'assets/js/datetime-moment.js',
'assets/js/datetime-moment.js',
'assets/js/sections/bandmap_list.js'
];