mirror of
https://github.com/DataTables/DataTables.git
synced 2025-04-08 00:54:11 +02:00
Fix: Remove tailing comma for IE6/7
This commit is contained in:
parent
a99c64bea8
commit
77ba6c790a
@ -40,7 +40,7 @@
|
|||||||
{ "sClass": "center" },
|
{ "sClass": "center" },
|
||||||
{ "sClass": "center" }
|
{ "sClass": "center" }
|
||||||
],
|
],
|
||||||
"aaSorting": [[1, 'asc']],
|
"aaSorting": [[1, 'asc']]
|
||||||
} );
|
} );
|
||||||
|
|
||||||
$('#example tbody td img').live( 'click', function () {
|
$('#example tbody td img').live( 'click', function () {
|
||||||
@ -132,7 +132,7 @@ $(document).ready(function() {
|
|||||||
{ "sClass": "center" },
|
{ "sClass": "center" },
|
||||||
{ "sClass": "center" }
|
{ "sClass": "center" }
|
||||||
],
|
],
|
||||||
"aaSorting": [[1, 'asc']],
|
"aaSorting": [[1, 'asc']]
|
||||||
} );
|
} );
|
||||||
|
|
||||||
$('#example tbody td img').live( 'click', function () {
|
$('#example tbody td img').live( 'click', function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user