[TYPO3-dev] phpMyAdmin 4.1.1+ breaks relogin
Steffen Kamper
info at sk-typo3.de
Sat Jan 17 22:46:08 CET 2009
Hi,
Dmitry Dulepov schrieb:
> Hi!
>
> Steffen Kamper wrote:
>> there seems to be one exception. I checked BE-scripts with JSlint
>> yesterday and there where many things not correct, and with this
>> statemaent var is not valid
>>
>> var anything = AJAX.Request(...);
>> must be
>> anything = AJAX.Request(...);
>
> Funny thing. The code from Google Analytics is:
>
> var pageTracker = _gat._getTracker("UA-50020-1");
> pageTracker._trackPageview();
>
> Source: the official Analytics blog at http://analytics.blogspot.com/2009/01/short-answer-is-you-dont-have-to-change.html
>
:-)
I think you will find many "wrong" examples even in official sources.
I would like to fix as much in TYPO3 source as eg IE is very sensible
for JS errors, FF seems to have a very robust JS integration.
vg Steffen
More information about the TYPO3-dev
mailing list