remove unneeded extra call to dataTables.*.js

This commit is contained in:
2022-07-03 21:30:40 +10:00
parent 045be5eebe
commit 419eda9c33
2 changed files with 0 additions and 4 deletions

2
BUGs
View File

@@ -1,9 +1,7 @@
### fix to get this working with bs 5... ### fix to get this working with bs 5...
editing a book needs to use input groups editing a book needs to use input groups
+/- buttons (add/rem say authors) are in wrong spot / input-group +/- buttons (add/rem say authors) are in wrong spot / input-group
* buttons at bottom are broken still
get rid of font-awesome and use bootstrap5 icons get rid of font-awesome and use bootstrap5 icons
sort through dataTables calls in books_for_series.html (ever called without base?) -- Maybe as part of an ajax call?
upgrade bootstrap, dataTables, etc. upgrade bootstrap, dataTables, etc.

View File

@@ -68,8 +68,6 @@
</tbody> </tbody>
</table> </table>
<script src="https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.10.22/js/dataTables.bootstrap4.min.js"></script>
<script> <script>
$(document).ready(function() { $(document).ready(function() {
$('#book_table').DataTable( { $('#book_table').DataTable( {