Bug #20282
closedJS Error in Link Wizard - browse_links.php?mode=file
0%
Description
When i use the link wizard just as filebrowser the following JS Error appears: Error - reference to main window is not set properly!
--- snip ---
'config' => array (
'type' => 'input',
'size' => '15',
'max' => '255',
'checkbox' => '',
'eval' => 'trim',
'wizards' => array(
'_PADDING' => 2,
'link' => array(
'type' => 'popup',
'title' => 'Link',
'icon' => 'link_popup.gif',
'script' => 'browse_links.php?mode=file',
'JSopenParams' => 'height=300,width=500,status=0,menubar=0,scrollbars=1'
)
)
)
--- snip ---
(issue imported from #M10849)