mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Remove datatables js (redundant jquery)
This commit is contained in:
parent
84dc254cb0
commit
741c14a583
1 changed files with 0 additions and 3 deletions
|
@ -281,9 +281,6 @@ $theme_url = 'app/css/'.htmlspecialchars($theme, ENT_QUOTES);
|
|||
<!-- SB-Admin-2 JavaScript -->
|
||||
<script src="dist/sb-admin-2/js/sb-admin-2.js"></script>
|
||||
|
||||
<!-- DataTables JavaScript -->
|
||||
<script src="dist/datatables/jquery.dataTables.min.js"></script>
|
||||
|
||||
<!-- Custom RaspAP JS -->
|
||||
<script src="app/js/custom.js"></script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue