14 Nov
2017
14 Nov
'17
2:58 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19591 --- Comment #4 from Christian Stelzenmüller <christian.stelzenmueller@bsz-bw.de> --- 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! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.