22 Oct
2021
22 Oct
'21
12:13 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11175 --- Comment #391 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- [% IF count == 0 %] [% IF ( Koha.Preference('HTML5MediaEnabled') == 'staff' or Koha.Preference('HTML5MediaEnabled') == 'both' ) && HTML5MediaSets.size %] $('#bibliodetails').tabs("option", "active", $('#media_tab').index() ); [% ELSIF ComponentParts %] $('#bibliodetails').tabs("option", "active", $('#components_tab').index() ); [% END %] [% END %] What about indentation? -- You are receiving this mail because: You are watching all bug changes.