Bug 10183: Remove single pixel on the serials collection page
Test plan: Go on the serials collection page Check that the single pixels before and after the table have disappeared. Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Pixels are removed, table functions work as before. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
d815a837b6
commit
d485dbe275
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ $(document).ready(function() {
|
||||||
{ "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
|
{ "aTargets": [ 0 ], "bSortable": false, "bSearchable": false },
|
||||||
],
|
],
|
||||||
"aaSorting": [[0, 'desc']],
|
"aaSorting": [[0, 'desc']],
|
||||||
|
"sDom": 't',
|
||||||
"bAutoWidth": false,
|
"bAutoWidth": false,
|
||||||
"bPaginate": false,
|
"bPaginate": false,
|
||||||
"bInfo": false,
|
"bInfo": false,
|
||||||
|
|
Loading…
Reference in a new issue