Merge pull request #3070 from tinect/fixCacheJS

fix for #3062 removing outdated JS
master
André Peters 2019-10-20 19:52:13 +02:00 committed by GitHub
commit d11a18992b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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