Lines 609-614
Link Here
|
609 |
"pageLength": [% Koha.Preference('PatronsPerPage') | html %], |
609 |
"pageLength": [% Koha.Preference('PatronsPerPage') | html %], |
610 |
[% IF sticky_header %] |
610 |
[% IF sticky_header %] |
611 |
"initComplete": function(settings, json) { |
611 |
"initComplete": function(settings, json) { |
|
|
612 |
$("#[% sticky_header %]").show(); |
612 |
Sticky = $("#[% sticky_header | html %]"); |
613 |
Sticky = $("#[% sticky_header | html %]"); |
613 |
Sticky.hcSticky({ |
614 |
Sticky.hcSticky({ |
614 |
stickTo: "#[% sticky_to | html %]", |
615 |
stickTo: "#[% sticky_to | html %]", |
615 |
- |
|
|