remove datatable unit tests
[contractdashboard.git] / media / 2799.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// DATA_TEMPLATE: two_tables
oTest.fnStart( "Initialise two tables" );
 
$(document).ready( function () {
        $('table.display').dataTable();
        
        oTest.fnTest( 
                "Check that initialisation was okay",
                null,
                function () { return true; }
        );
        
        oTest.fnComplete();
} );