fix
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
window.opener.CKEDITOR.tools.callFunction(funcNum, fileUrl);
|
||||
|
||||
{elseif $target=='navi'}
|
||||
window.opener.document.getElementById('{$smarty.request.id|default:''|escape}').value = '/{$mediapath}' + document.bForm.bDirName.value + document.bForm.bFileName.value;
|
||||
window.opener.document.getElementById('{$smarty.request.id|escape}').value = '/{$mediapath}' + document.bForm.bDirName.value + document.bForm.bFileName.value;
|
||||
|
||||
{elseif $target=='img_feld' || $target_img=='img_feld'}
|
||||
let imgSource = '/' + '{$mediapath}' + document.bForm.bDirName.value + document.bForm.bFileName.value;
|
||||
|
||||
Reference in New Issue
Block a user