http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10102
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Nick Clemens <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
