PalletControl/templates/chunks/scripts.html

14 lines
858 B
HTML

<!--**********************************
Scripts
***********************************-->
<script src="{{ url_for('static', filename='plugins/common/common.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/custom.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/settings.js') }}"></script>
<script src="{{ url_for('static', filename='js/gleek.js') }}"></script>
<script src="{{ url_for('static', filename='js/styleSwitcher.js') }}"></script>
{% if datatable %}
<script src="{{ url_for('static', filename='plugins/tables/js/jquery.dataTables.min.js') }}"></script>
<script src="{{ url_for('static', filename='plugins/tables/js/datatable/dataTables.bootstrap4.min.js') }}"></script>
<script src="{{ url_for('static', filename='plugins/tables/js/datatable-init/datatable-basic.min.js') }}"></script>
{% endif %}