Bug 7406 Fix saved reports display paging inconsistency
Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
0bc06f11a6
commit
3fcdd902f8
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ $(document).ready(function(){
|
||||||
}).tablesorterPager({
|
}).tablesorterPager({
|
||||||
container: $("#pagertable_reports"),
|
container: $("#pagertable_reports"),
|
||||||
positionFixed: false,
|
positionFixed: false,
|
||||||
size: 50
|
size: 20
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
//]]>
|
//]]>
|
||||||
|
|
Loading…
Reference in a new issue