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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +1 lines)
Lines 1389-1395 Link Here
1389
            });
1389
            });
1390
1390
1391
            [% IF ( tab ) %]
1391
            [% IF ( tab ) %]
1392
                $("#opac-user-views #[% tab %]-tab").tab("show");
1392
                $("#opac-user-views #[% tab | html %]-tab").tab("show");
1393
            [% END %]
1393
            [% END %]
1394
1394
1395
            if( $("#opac-user-views .tab-pane.active").length < 1 ){
1395
            if( $("#opac-user-views .tab-pane.active").length < 1 ){
1396
- 

Return to bug 37972