@@ -, +, @@ -add this jQuery to IntranetUserJS: $('#logo').hide(); -load the circulation page, it does not hide the logo. -go to any other page on the staff client, the logo is hidden. -apply patch -load the circulation page, the logo is hidden --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt | 1 + 1 file changed, 1 insertion(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt @@ -1,5 +1,6 @@ [% USE raw %] [% USE Koha %] +[% SET footerjs = 1 %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] Koha › Circulation --