Edited StyleSheets

This commit is contained in:
unknown
2012-03-08 21:48:47 +01:00
parent b222e5b76a
commit 640a409182
7 changed files with 737 additions and 264 deletions
+2 -4
View File
@@ -70,16 +70,14 @@
{
$('#artist_table').dataTable(
{
"aoColumns": [
{ "sType": "title-string"},
null,
{ "sType": "title-string"},
{ "sType": "title-numeric"}
],
"bStateSave": true,
"iDisplayLength": 50,
"sPaginationType": "full_numbers",
"bPaginate": false
});
});
</script>