Add datatables-1.9.4 and jquery-1.10.2 libraries
[proteocache.git] / webapp / resources / datatables-1.9.4 / media / unit_testing / tests_onhold / 1_dom / 2799.js
1 // DATA_TEMPLATE: two_tables
2 oTest.fnStart( "Initialise two tables" );
3
4 $(document).ready( function () {
5         $('table.display').dataTable();
6         
7         oTest.fnTest( 
8                 "Check that initialisation was okay",
9                 null,
10                 function () { return true; }
11         );
12         
13         oTest.fnComplete();
14 } );