updated static css/js version

This commit is contained in:
Walker Waylon Scott 2017-07-19 12:36:28 -05:00
parent 84f6cca0e4
commit c76236513e

View file

@ -12,7 +12,7 @@
<script src="static/node_modules/chosen-js/chosen.jquery.js"></script>
<script src='static/node_modules/jqcloud2/src/jqcloud.js'></script>
<script src='static/node_modules/chroma-js/chroma.js'></script>
<link rel='stylesheet' type='text/css' href='static/css/custom.css'>
<link rel='stylesheet' type='text/css' href='static/css/custom.css?v=1'>
{% endblock %}
@ -111,7 +111,7 @@
</div>
{% endfor %}
</div>
<script src='static/js/enthusiast.js'></script>
</div>
</div>
<script src='static/js/enthusiast.js?v=1'></script>
{% endblock %}