https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42281 --- Comment #12 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Phil Ringnalda from comment #9)
Comment on attachment 196816 [details] [review] Bug 42281: Tidy all script tags - authorities
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/detail.tt + Koha.addPrefs({ + DefaultAuthorityTab: "[% DefaultAuthorityTab | html %]", + });
That breaks showing the DefaultAuthorityTab, since it's always "". Did you mean "[% Koha.Preference('DefaultAuthorityTab') | html %]" instead?
Yes, thanks again! -- You are receiving this mail because: You are watching all bug changes.