mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-12 03:54:00 +01:00
Added artist page and log page, fixed some css, added logline parse to helpers
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
$(document).ready(function()
|
||||
{
|
||||
$('#artist_table').dataTable(
|
||||
{
|
||||
"aoColumnDefs": [
|
||||
{ "bSOtrable": false, "aTargets": [ 1 ] } ],
|
||||
"bStateSave": true,
|
||||
"iDisplayLength": 50,
|
||||
"sPaginationType": "full_numbers",
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user