Skip to content

Commit

Permalink
[BUGFIX] Remove dummy JS code in PageLayoutController
Browse files Browse the repository at this point in the history
The statement does nothing so it is removed.

Resolves: #85103
Releases: master
Change-Id: Ib9b20392d837262bd3d98069d2998c8c6a372dfc
Reviewed-on: https://review.typo3.org/57073
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
  • Loading branch information
tmotyl authored and wouter90 committed May 28, 2018
1 parent 80b29e6 commit 6f175bf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -729,7 +729,7 @@ function jumpToUrl(URL,formEl) {
$this->moduleTemplate->addJavaScriptCode('mainJsFunctions', '
if (top.fsMod) {
top.fsMod.recentIds["web"] = ' . (int)$this->id . ';
top.fsMod.navFrameHighlightedID["web"] = "pages' . (int)$this->id . '_"+top.fsMod.currentBank; ' . (int)$this->id . ';
top.fsMod.navFrameHighlightedID["web"] = "pages' . (int)$this->id . '_"+top.fsMod.currentBank;
}
' . ($this->popView ? BackendUtility::viewOnClick($this->id, '', BackendUtility::BEgetRootLine($this->id)) : '') . '
function deleteRecord(table,id,url) { //
Expand Down

0 comments on commit 6f175bf

Please sign in to comment.