-As requested the datatables and bootstrap files have been moved into the tools folder
-Fixed spells and creatures datatable.
-Double space in name fix.
This commit is contained in:
Lee
2020-05-07 01:36:56 +01:00
parent 1799ef42a7
commit d281fc588b
9 changed files with 252 additions and 17 deletions

View File

@@ -71,7 +71,7 @@ else {
}
?>
<link rel="stylesheet" href="<?php echo BASE_URL; ?>tools/css/jquery.dataTables.min.css">
<link rel="stylesheet" href="<?php echo BASE_URL; ?>tools/css/datatables.min.css">
<?php
$twig->display('spells.html.twig', array(
'canEdit' => $canEdit,
@@ -84,12 +84,10 @@ $twig->display('spells.html.twig', array(
<script>
$(document).ready( function () {
$("#tb_instantSpells").DataTable();
$("#tb_conjureSpells").DataTable();
$("#tb_runeSpells").DataTable();
} );
</script>
<script src="<?php echo BASE_URL; ?>tools/js/jquery.dataTables.min.js"></script>
<script src="<?php echo BASE_URL; ?>tools/js/datatables.min.js"></script>