Fixed potiential javascript error

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

View File

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