https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952
--- Comment #96 from Jonathan Druart <[email protected]> --- 1. Lot of French in the patches: * "onclick="clique(this)"" * <p class="plusdessous" id="filters"> Plus dessous?! * <ul id="taille"> * id="lientype", french, "link type" 2. Not descriptive: * id="button_1", button_2, button_3, button_4 3. Lot of commented code. 4. This seems wrong: + function toggle(elem){style="width: calc(301px);" 5. identical JS code copy/pasted all around: functions focusInput, toggle, clique, fold, taille, etc. 6. There is a lot of unnecessary indentation changes, that will lead to unnecessary conflicts... -- 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/
