remove unneeded extra call to dataTables.*.js
This commit is contained in:
2
BUGs
2
BUGs
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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( {
|
||||||
|
|||||||
Reference in New Issue
Block a user