https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40092

Andrii Nugged <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |Needs Signoff

--- Comment #4 from Andrii Nugged <[email protected]> ---
one thing to decide: I put both variants in code, one commented out so we
should throw it away if second more elegant (and future-for-new-classes-proof)
one is better and works:

// elt.setAttribute('class','input_marceditor noEnterSubmit framework_plugin '
+ notFilledClass);

or

.classList.add(notFilledClass);

-- 
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/

Reply via email to