Hi,
In the dhtmlcore.js, line 587 there is
for (i=0; i<this.length; i++)
instead of
for (var i=0; i<this.length; i++)
Hi,
In the dhtmlcore.js, line 587 there is
for (i=0; i<this.length; i++)
instead of
for (var i=0; i<this.length; i++)
Thank you for your note.
The file will be updated at the near future.