浏览代码

Merge pull request #3070 from tinect/fixCacheJS

fix for #3062 removing outdated JS
André Peters 5 年之前
父节点
当前提交
d11a18992b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
     } else {
         echo $js_minifier->minify($JSPath);
-        cleanupCSS($css_minifier->getDataHash());
+        cleanupJS($js_minifier->getDataHash());
     }
     ?></script>
 <script>