https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31609
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] --- Comment #6 from Marcel de Rooy <[email protected]> --- The error is still present on the list view of Tools/Pages Uncaught TypeError: firstTab[0] is undefined <anonymous> https://master.rijkskoha.nl:28443/cgi-bin/koha/tools/additional-contents.pl?category=pages:1132 jQuery 13 Template code: let firstTab = $("#tabs a:first"); firstTab.tab("show"); initTinyMce( firstTab[0].hash ); There should probably be a check on firstTab first :) The <div id="tabs" class="toptabs"> belongs to the detail page and not to the list view on the main page. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
