1
0

Refresh media frame tree when directory was deleted

This commit is contained in:
Garvin Hicking
2006-08-17 13:20:01 +00:00
parent eb3c39406c
commit b52707a821
2 changed files with 10 additions and 5 deletions

View File

@ -136,7 +136,7 @@
{if $media.case == 'external'}
<!-- EXTERNAL MEDIA START -->
{if $media.is_created}
{if $media.is_created OR $media.is_deleted}
<script type="text/javascript">
if (parent.frames['tree']) {ldelim}
parent.frames['tree'].location.href = parent.frames['tree'].location.href;