[TYPO3-english] How to be sure ExtJS is well-loaded in my FE?
Steffen Kamper
info at sk-typo3.de
Mon Mar 21 11:04:23 CET 2011
Hi Bjoern,
Am 21.03.2011 10:52, schrieb Bjoern Pedersen:
> Am 21.03.2011 10:39, schrieb Steffen Kamper:
>
>>
>> ok, please file a bug. We can exclude ExtCore if ExtJS is included.
>>
>> vg Steffen
> Hi Steffen,
> https://review.typo3.org/#change,1212
>
ah :) I would suggest a new patchset, as i would do that in
pageRenderer::renderJsLibraries
Simply change
if ($this->addExtCore) {
to
if ($this->addExtCore && !$this->addExtJS) {
This is more safe, as there are plenty ways to add the libraries.
vg Steffen
More information about the TYPO3-english
mailing list