[TYPO3-ect] xaJax 0.2.4

Franz Holzinger franz at fholzinger.com
Thu Sep 7 11:28:51 CEST 2006


> 
> http://bugs.typo3.org/view.php?id=1477
> 
I am afraid this patch would not work for XAJAX.

XAJAX does not use /*<![CDATA[*/ at the moment as it is usual with TYPO3.
You can overcome this error by putting a blank after and before the '<'.

> for (var i=0;i<this.length;i++) {

==>
for (var i=0;i < this.length; i++) {


- Franz



More information about the TYPO3-team-extension-coordination mailing list