Bug 9811 [QA Followup] - Enable bProcessing
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 2 Jul 2014 14:17:37 +0000 (10:17 -0400)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 2 Jul 2014 18:13:43 +0000 (15:13 -0300)
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>
koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt

index e924d9e..f167e32 100644 (file)
@@ -213,6 +213,7 @@ $(document).ready(function() {
         "aLengthMenu": [aLengthMenu, aLengthMenuLabel],
         'sPaginationType': 'full_numbers',
         "iDisplayLength": [% PatronsPerPage %],
+        "bProcessing": true,
     }));
     update_searched();
 });