Cache css and js based on commit hash or version number

This commit is contained in:
JonnyWong16 2017-11-01 19:23:14 -07:00
commit 0d54e9f2d6
10 changed files with 20 additions and 18 deletions

View file

@ -54,7 +54,7 @@
<script src="${http_root}js/dataTables.bootstrap.min.js"></script>
<script src="${http_root}js/dataTables.bootstrap.pagination.js"></script>
<script src="${http_root}js/dataTables.colVis.js"></script>
<script src="${http_root}js/tables/sync_table.js"></script>
<script src="${http_root}js/tables/sync_table.js${cache_param}"></script>
<script>
$(document).ready(function() {
sync_table_options.ajax = {