Removed dataTables

This commit is contained in:
BNoiZe
2013-10-06 15:14:58 +02:00
parent 16917505af
commit 553eca9b29
22 changed files with 74 additions and 24368 deletions

View File

@@ -19,20 +19,6 @@ $(document).ready(function() {
$("html, body").animate({ scrollTop: 0 }, 600);
return false;
});
// Enable datatable
var sortColumn = $('#sortable').attr('sort-column');
if (sortColumn == null) { sortColumn = "0"; }
var sortDirection = $('#sortable').attr('sort-direction');
if (sortDirection == null) { sortDirection = "asc"; }
var sortTable = $('#sortable').dataTable({
"bFilter": false,
"bInfo": false,
"bPaginate": false,
"aaSorting": [[sortColumn, sortDirection]]
});
$('.nosort').unbind('click');
// this is necessary for the special setting feature (ref #1010)
$.getQueryVariable = function(key) {