Fixed potiential javascript error

This commit is contained in:
Franck Allimant
2014-04-29 15:01:18 +02:00
parent fd10b9d9a2
commit 8f5a17288b
4 changed files with 5 additions and 8 deletions

View File

@@ -266,10 +266,7 @@ form_content = {$smarty.capture.delete_folder_dialog nofilter}
});
});
// Initialize folder (id=
{$folder_id})
select
value
// Initialize folder select value
{if $folder_id != 0}
$('#folder_id').val("{$folder_id}").change();
{/if}