Bug 9811 [QA Followup] - Enable bProcessing
It's a bit disconcerting to not have any feedback while paging through the patrons. Enabling bProcessing helps resolve that. Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
5fa481fa08
commit
b988313546
1 changed files with 1 additions and 0 deletions
|
@ -213,6 +213,7 @@ $(document).ready(function() {
|
|||
"aLengthMenu": [aLengthMenu, aLengthMenuLabel],
|
||||
'sPaginationType': 'full_numbers',
|
||||
"iDisplayLength": [% PatronsPerPage %],
|
||||
"bProcessing": true,
|
||||
}));
|
||||
update_searched();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue