diff --git t3lib/js/extjs/components/pagetree/javascript/actions.js t3lib/js/extjs/components/pagetree/javascript/actions.js index ed7bdcb..4574d41 100644 --- t3lib/js/extjs/components/pagetree/javascript/actions.js +++ t3lib/js/extjs/components/pagetree/javascript/actions.js @@ -272,7 +272,7 @@ TYPO3.Components.PageTree.Actions = { TYPO3.Components.PageTree.Commands.getViewLink( node.attributes.nodeData, function(result) { - openUrlInWindow(result, 'typo3ContextMenuView'); + openUrlInWindow(result, 'newTYPO3frontendWindow'); } ); }, diff --git typo3/js/backend.js typo3/js/backend.js index 5cac31a..4da34e4 100644 --- typo3/js/backend.js +++ typo3/js/backend.js @@ -126,8 +126,7 @@ function launchView(table,uid,bP) { // function openUrlInWindow(url,windowName) { // regularWindow = window.open( url, - windowName, - "status=1,menubar=1,resizable=1,location=1,directories=0,scrollbars=1,toolbar=1"); + windowName); regularWindow.focus(); return false; }