2
0
Эх сурвалжийг харах

Merge pull request #3070 from tinect/fixCacheJS

fix for #3062 removing outdated JS
André Peters 5 жил өмнө
parent
commit
d11a18992b

+ 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>