https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19591 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #6 from Josef Moravec <josef.moravec@gmail.com> --- (In reply to Christian Stelzenmüller from comment #4)
Yes, it's Intranetuserjs.
It must be something in these parts:
var currlang = $('html').attr('lang'); $(".transl").hide(); $(".transl." + currlang).show();
if (currlang == 'en' || currlang == 'en-GB') { $("span.results_summary span.de-DE").hide(); } else { $("span.results_summary span.en").hide(); }
Thanks for the help!
So I am closing this bug. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.