Actions
Task #95896
closedEpic #87417: Integrate proper Content Security Policy (CSP) handling
Task #87418: Refactor and remove usage of inline scripts in backend
Remove inline JavaScript in ViewModule
Start date:
2021-11-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The refresh button in the ViewModuleController uses inline JavaScript as shown below
javascript:document.getElementById(\'tx_viewpage_iframe\').contentWindow.location.reload(true);
This can be moved to the existing external JavaScript file for that module.
Actions