удаляем несуществующую window.opener.updatePreview();

This commit is contained in:
2025-10-30 15:20:58 +05:00
parent 71329f19b8
commit 3c1b25909d

View File

@@ -204,7 +204,7 @@
{if $smarty.request.fillout=='dl'}
window.opener.document.getElementById('{$smarty.request.target|escape}').value = '/{$mediapath}' + document.bForm.bDirName.value + document.bForm.bFileName.value;
{else}
window.opener.updatePreview();
{/if}
{/if}
setTimeout("self.close();", 100);