add ntop.getStaticFileEpoch() to all js files (#4965)

This commit is contained in:
gabryon99 2021-01-27 09:30:13 +01:00
parent 8251892d6d
commit e9062d7a73
19 changed files with 30 additions and 144 deletions

View file

@ -43,7 +43,7 @@ print [[
</div>
</div>
<script src="]] print(ntop.getHttpPrefix()) print[[/js/sankey.js"></script>
<script src="]] print(ntop.getHttpPrefix()) print[[/js/sankey.js?]] print(ntop.getStaticFileEpoch()) print[["></script>
<script>
]]