1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-30 23:52:11 +01:00

Fix typo in example code

This commit is contained in:
Allan Jardine 2011-08-05 19:53:13 +01:00
parent 93afeb100f
commit 1c8f1e3465

View File

@ -66,7 +66,7 @@
$('#example').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "scripts/ids.php"
"sAjaxSource": "scripts/id.php"
} );
} );</pre>