Browse Source

no message

tinect 5 years ago
parent
commit
0c4b390a38
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/web/inc/footer.inc.php

+ 1 - 1
data/web/inc/footer.inc.php

@@ -9,7 +9,7 @@ logger();
         echo file_get_contents($JSPath);
         echo file_get_contents($JSPath);
     } else {
     } else {
         echo $js_minifier->minify($JSPath);
         echo $js_minifier->minify($JSPath);
-        cleanupCSS($css_minifier->getDataHash());
+        cleanupJS($js_minifier->getDataHash());
     }
     }
     ?></script>
     ?></script>
 <script>
 <script>