mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
* Fixed issues with JS path
* Trying pull request
This commit is contained in:
@@ -122,13 +122,14 @@
|
||||
</%def>
|
||||
|
||||
<%def name="javascriptIncludes()">
|
||||
<script src="js/libs/jquery.dataTables.min.js"></script>
|
||||
<script src="interfaces/brink/JS/libs/jquery.dataTables.min.js"></script>
|
||||
<script>
|
||||
$(document).ready(function()
|
||||
{
|
||||
$('#track_table').dataTable(
|
||||
{
|
||||
"aaSorting": [],
|
||||
"aaSorting": [
|
||||
],
|
||||
"bFilter": false,
|
||||
"bInfo": false,
|
||||
"bPaginate": false
|
||||
|
||||
Reference in New Issue
Block a user