Got rid of datatables.

Cleanup and refactoring.
This commit is contained in:
Sahat Yalkabov
2014-01-07 18:47:16 -05:00
parent bd36575122
commit 7e6dc8fefa
8 changed files with 10 additions and 250 deletions

View File

@@ -1,7 +1,5 @@
$(document).ready(function() {
$('.dataTable').dataTable({
sPaginationType: 'full_numbers'
});
// Place JavaScript code here...
});
});