FIX: Search results sortable by year column

This commit is contained in:
evilhero 2016-04-30 23:34:25 -04:00
parent fad91809d3
commit 09f6e32d60
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
{
"bDestroy": true,
"aoColumnDefs": [
{ 'bSortable': false, 'aTargets': [ 0,3 ] }
{ 'bSortable': false, 'aTargets': [ 0 ] }
],
"oLanguage": {
"sLengthMenu":"Show _MENU_ results per page",