http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11563
bondiurbano <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P2 CC| |[email protected] Version|master |3.16 --- Comment #40 from bondiurbano <[email protected]> --- Same problem in 3.16.4. Needs to fix file intranet-tmpl/prog/*LANG*/js/cataloging.js In LINE 486 erase 'noEnterSubmit' parameter in function addClass. - $(".input_marceditor, .indicator").addClass('noEnterSubmit'); + $(".input_marceditor, .indicator").addClass(''); -- 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/
