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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +4 lines)
Lines 1987-1992 Link Here
1987
                }());
1987
                }());
1988
            [% END # /IF ( OPACShelfBrowser ) %]
1988
            [% END # /IF ( OPACShelfBrowser ) %]
1989
1989
1990
            [% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]
1991
                $(".results_summary.itemtype").detach().appendTo("#table");
1992
            [% END %]
1993
1990
            $(".edit_comment").on("click", function(e){
1994
            $(".edit_comment").on("click", function(e){
1991
                e.preventDefault();
1995
                e.preventDefault();
1992
                Dopop( this.href );
1996
                Dopop( this.href );
1993
- 

Return to bug 37314