http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10102 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #1 from Nick Clemens <nick@bywatersolutions.com> --- Tricky with the fact that Novelist is all js and loaded after the page, but adding the below to OPACUserJS seems to accomplish it. Something cleaner would be nice but this works as a quick fix: $(window).load(function(){ if( !$('#NovelistSelect').find('img').length ){ $("a[href=#NovelistSelect]").remove(); $("#NovelistSelect").remove(); } }); -- You are receiving this mail because: You are watching all bug changes.