Actions
Bug #24775
closedAdding a function to bodyTag doesn't work when removeDefaultJS=1
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-01-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
When using:
$GLOBALS["TSFE"]->JSeventFuncCalls['onload'][$this->prefixId] = "initDynamicOptionLists();";
in my extension it does not add the needed javascript when config.removeDefaultJS = 1 is set.
Don't think it should do that as this is not default JS, so why remove it?
(issue imported from #M17272)
Actions