From 7526fe47663bd6cf186ab5095e2a315f263104c8 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Fri, 15 Nov 2013 11:16:48 +0100 Subject: [PATCH] // missing trailing semi-column --- .../default/template/controllers/products/virtualproduct.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl b/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl index 227e3ea44..b3a1b11fc 100644 --- a/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl +++ b/admin-dev/themes/default/template/controllers/products/virtualproduct.tpl @@ -58,7 +58,7 @@ $('#file_missing').hide(); $('#virtual_product_name').attr('value', fileName); $("#upload-confirmation .error").remove(); - $('#upload-confirmation div').find('span').remove() + $('#upload-confirmation div').find('span').remove(); $('#upload-confirmation div').prepend('{l s='The file'} "'+fileName+'" {l s='has successfully been uploaded'}' + ''); $("#upload-confirmation").show();