From e179367cbc2e55621c3c4c163af437e6d44ef9bb Mon Sep 17 00:00:00 2001 From: Micha Ober Date: Fri, 21 Apr 2023 06:34:14 +0200 Subject: [PATCH] Fix filename for DataTables (#1024) --- tinyfilemanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 14d65cb..8dba40a 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -146,7 +146,7 @@ $external = array( 'js-bootstrap' => '', 'js-dropzone' => '', 'js-jquery' => '', - 'js-jquery-datatables' => '', + 'js-jquery-datatables' => '', 'js-highlightjs' => '', );