maia_modificado/.svn/pristine/db/dbefd14fd5d1151a20cfac95c99...

10 lines
178 B
Plaintext
Executable File

/**
* DataTable
*
*/
$(document).ready(function() {
$('table tr.ui-datatable-empty-message td').each(function() {
$(this).html('No existen registros.');
});
});