Skip to content

Commit

Permalink
fix: [templates] Fixed includes of datatable in the HTML headers. Closes
Browse files Browse the repository at this point in the history
 #71.
  • Loading branch information
cedricbonhomme committed Apr 15, 2024
1 parent ef6fc22 commit 9b7e309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosp/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<script src="{{ url_for('static', filename='npm_components/popper.js/dist/umd/popper.min.js') }}"></script>
<script src="{{ url_for('static', filename='npm_components/bootstrap/dist/js/bootstrap.min.js') }}"></script>
<script src="{{ url_for('static', filename='npm_components/bootstrap-select/dist/js/bootstrap-select.min.js') }}"></script>
<script src="{{ url_for('static', filename='npm_components/datatables.net/js/jquery.dataTables.js') }}"></script>
<script src="{{ url_for('static', filename='npm_components/datatables.net/js/dataTables.min.js') }}"></script>
<script src="{{ url_for('static', filename='npm_components/datatables.net-bs4/js/dataTables.bootstrap4.js') }}"></script>
<script src="{{ url_for('static', filename='npm_components/lodash/lodash.min.js') }}"></script>
<script src="{{ url_for('static', filename='npm_components/moment/min/moment.min.js') }}"></script>
Expand Down

0 comments on commit 9b7e309

Please sign in to comment.