View | Details | Raw Unified | Return to bug 41582
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-full-serial-issues.tt (-2 / +5 lines)
Lines 190-198 Link Here
190
[% INCLUDE 'opac-bottom.inc' %]
190
[% INCLUDE 'opac-bottom.inc' %]
191
[% BLOCK jsinclude %]
191
[% BLOCK jsinclude %]
192
    [% INCLUDE 'datatables.inc' %]
192
    [% INCLUDE 'datatables.inc' %]
193
    <script>
194
        const min_year = "[% yearmin | html %]";
195
    </script>
196
193
    <script>
197
    <script>
194
        $(document).ready(function(){
198
        $(document).ready(function(){
195
            showlayer([% yearmin | html %]);
199
            showlayer(min_year);
196
            $("a.tabsubs:first").addClass("currentsubtab");
200
            $("a.tabsubs:first").addClass("currentsubtab");
197
            $("#filterform").submit(function(){
201
            $("#filterform").submit(function(){
198
                filterByLibrary();
202
                filterByLibrary();
199
- 

Return to bug 41582