http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13080
Bug ID: 13080
Summary: addClass('noEnterSubmit') no longer functioning for
5xx tags while cataloging
Change sponsored?: ---
Product: Koha
Version: 3.16
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5 - low
Component: Cataloging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Created attachment 32293
-->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32293&action=edit
noEnterSubmit
Tested in koha-common 3.16.4.
When trying to input text in a textarea html tag while cataloging the "intro"
key does not funcion.
Needs to fix file intranet-tmpl/prog/*LANG*/js/cataloging.js
In LINE 486 erase 'noEnterSubmit' parameter in function addClass.
So:
- $(".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/