Update localization

This commit is contained in:
emanuele-f 2018-09-25 17:53:43 +02:00
parent 7d965bbdb9
commit 5468fc8528
5 changed files with 5 additions and 9 deletions

View file

@ -19,13 +19,6 @@ function datatableIsEmpty(table) {
return datatableGetNumDisplayedItems(table) == 0;
}
function datatableGetTotalItems(table) {
if(datatableIsEmpty(table))
return 0;
return $("#dt-bottom-details div.pull-left", $(table)).html().match(/of (\d+) rows/)[1];
}
function datatableGetByForm(form) {
return $("table", $("#dt-top-details", $(form)).parent())
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long