Bug #24916 ยป 17431.diff
t3lib/js/extjs/components/pagetree/javascript/actions.js (working copy) | ||
---|---|---|
TYPO3.Components.PageTree.Commands.getViewLink(
|
||
node.attributes.nodeData,
|
||
function(result) {
|
||
openUrlInWindow(result, 'typo3ContextMenuView');
|
||
window.open(result, 'typo3ContextMenuView');
|
||
}
|
||
);
|
||
},
|