Commit 404905a981763fcff032d1dae3bedc020db20800
Committed by
hitier
1 parent
8dad7ce7
Exists in
master
and in
4 other branches
Add version on include style_table.js
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/templates/datatables-includes.html
... | ... | @@ -7,4 +7,4 @@ |
7 | 7 | <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.53/vfs_fonts.js"></script> |
8 | 8 | <script type="text/javascript" src="https://cdn.datatables.net/buttons/1.7.0/js/buttons.html5.min.js"></script> |
9 | 9 | |
10 | -<script src="{{ url_for('main.static', filename='js/style_tables.js') }}" type="text/javascript"></script> | |
10 | +<script src="{{ url_for('main.static', filename='js/style_tables.js', version=config.VERSION) }}" type="text/javascript"></script> | ... | ... |