Bug #23442 » rte_patch_15547.diff
class.tx_rtehtmlarea_pi2.php 2010-08-25 09:48:16.000000000 +0200 | ||
---|---|---|
if (!$GLOBALS['TSFE']->isINTincScript() || !is_array($GLOBALS['TSFE']->pSetup['javascriptLibs.']['ExtJs.'])) {
|
||
$pageRenderer->loadExtJs();
|
||
$pageRenderer->enableExtJSQuickTips();
|
||
if (!$GLOBALS['TYPO3_CONF_VARS']['EXTCONF'][$this->ID]['enableCompressedScripts']) {
|
||
if (is_array($GLOBALS['TYPO3_CONF_VARS']['EXTCONF'][$this->ID]) && !$GLOBALS['TYPO3_CONF_VARS']['EXTCONF'][$this->ID]['enableCompressedScripts']) {
|
||
$pageRenderer->enableExtJsDebug();
|
||
}
|
||
}
|