Bug #19606 ยป 9786.diff
typo3/backend.php (working copy) | ||
---|---|---|
* now put the complete backend document together
|
||
******************************************************/
|
||
// remove duplicate entries
|
||
$this->jsFiles = array_unique($this->jsFiles);
|
||
// add javascript
|
||
foreach($this->jsFiles as $jsFile) {
|
||
$GLOBALS['TBE_TEMPLATE']->JScode .= '
|