Clone
Marcin Cieslak
committed
on 13 May 19
LDEV-4746 Ignore CKEditor during validation
There is no rule for Scratchie description anyway. And validate plugin
tries to validate a CKEdi… Show more
LDEV-4746 Ignore CKEditor during validation

There is no rule for Scratchie description anyway. And validate plugin

tries to validate a CKEditor div with contenteditable="true" but with no

id or name. There is no point in doing it as contents get moved to a

named textarea before submit. Show less