Removed exgtra spaces on function expressions: function_()

This commit is contained in:
Franck Allimant
2014-04-16 23:46:50 +02:00
parent bde82402bf
commit f53b88fc64

View File

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