[Vtigercrm-developers] small bug in general.js
Stefan Warnat
ich at stefanwarnat.de
Fri Apr 26 07:59:12 UTC 2013
Hy,
Today morning I found an crazy error and I post them in this
mailinglist, because during the current discussion I believe it is best
placed here. I didn't found a ticket in trac about it.
I found this bug in vtiger6, too, but I'm not sure if this file is still
used there.
In include/js/general.js you write
CKEDITOR.intances[fldName]
it should be
CKEDITOR.instances[fldName]
This crash the Quick change editor.
Stefan
More information about the vtigercrm-developers
mailing list