put simple table as cdn

This commit is contained in:
Cayo Puigdefabregas 2022-11-28 17:09:32 +01:00
parent 07f947b1ad
commit 9ee24c3e82
2 changed files with 1 additions and 103 deletions

File diff suppressed because one or more lines are too long

View File

@ -19,7 +19,7 @@
<!-- JS Files -->
<script src="{{ url_for('static', filename='js/jquery-3.6.0.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/simple-datatables.js') }}"></script>
<script src="https://cdn.jsdelivr.net/npm/simple-datatables@latest"></script>
<!-- Vendor CSS Files -->
<link href="{{ url_for('static', filename='vendor/bootstrap/css/bootstrap.min.css') }}" rel="stylesheet">