bootstrap JS fix

-fixes the editor tabs etc not working
This commit is contained in:
Lee 2020-05-10 18:11:38 +01:00
parent 2ff56c17e3
commit 3d3d141b25
2 changed files with 2 additions and 2 deletions

View File

@ -200,6 +200,7 @@
<script src="<?php echo BASE_URL; ?>tools/js/jquery-ui.min.js"></script>
<script src="<?php echo BASE_URL; ?>tools/js/datatables.min.js"></script>
<script src="<?php echo BASE_URL; ?>tools/js/bootstrap.min.js"></script>
<script src="<?php echo BASE_URL; ?>tools/js/adminlte.min.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long