Update for V2.0 #27

Merged
ryan merged 80 commits from 1.3 into main 2026-06-21 20:46:16 -04:00
Showing only changes of commit 05874c025f - Show all commits
+21
View File
@@ -34,4 +34,25 @@ return [
'datatables' => [ 'datatables' => [
'version' => '1.10.18', 'version' => '1.10.18',
], ],
'ref' => [
'path' => './assets/js/reference.js',
],
'home' => [
'path' => './assets/js/home.js',
],
'note' => [
'path' => './assets/js/note.js',
],
'state' => [
'path' => './assets/js/state.js',
],
'series' => [
'path' => './assets/js/series.js',
],
'speaker' => [
'path' => './assets/js/speaker.js',
],
'template' => [
'path' => './assets/js/template.js',
],
]; ];