[Koha-bugs] [Bug 19591] Saving a system preference jumps to main page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 14 14:58:57 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19591

--- Comment #4 from Christian Stelzenmüller <christian.stelzenmueller at 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.


More information about the Koha-bugs mailing list