mirror of
https://github.com/prasathmani/tinyfilemanager
synced 2026-03-14 20:55:50 +01:00
Fix filename for DataTables (#1024)
This commit is contained in:
parent
5738e8c164
commit
e179367cbc
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ $external = array(
|
|||
'js-bootstrap' => '<script src="assets/js/bootstrap.bundle.min.js"></script>',
|
||||
'js-dropzone' => '<script src="assets/js/dropzone.min.js"></script>',
|
||||
'js-jquery' => '<script src="assets/js/jquery-3.6.1.min.js"></script>',
|
||||
'js-jquery-datatables' => '<script src="assets/js/dataTables.min.js"></script>',
|
||||
'js-jquery-datatables' => '<script src="assets/js/datatables.min.js"></script>',
|
||||
'js-highlightjs' => '<script src="assets/js/highlight.min.js"></script>',
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue