From 0c4b390a38af1f7693e7c17abe257547d0550dff Mon Sep 17 00:00:00 2001 From: tinect Date: Sun, 20 Oct 2019 19:43:21 +0200 Subject: [PATCH] no message --- data/web/inc/footer.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/inc/footer.inc.php b/data/web/inc/footer.inc.php index 9b36e64e..1d9f5c44 100644 --- a/data/web/inc/footer.inc.php +++ b/data/web/inc/footer.inc.php @@ -9,7 +9,7 @@ logger(); echo file_get_contents($JSPath); } else { echo $js_minifier->minify($JSPath); - cleanupCSS($css_minifier->getDataHash()); + cleanupJS($js_minifier->getDataHash()); } ?>