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

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