diff --git a/admin-dev/themes/default/template/controllers/products/helpers/uploader/ajax.tpl b/admin-dev/themes/default/template/controllers/products/helpers/uploader/ajax.tpl index bbfc14acd..a80ab4b6b 100644 --- a/admin-dev/themes/default/template/controllers/products/helpers/uploader/ajax.tpl +++ b/admin-dev/themes/default/template/controllers/products/helpers/uploader/ajax.tpl @@ -172,7 +172,7 @@ $('#{$id}-add-button').on('click', function() { $('#{$id}-success').html('').parent().hide(); $('#{$id}-errors').html('').parent().hide(); - $('#{$id}-files-list').html('').parent().hide(); + $('#{$id}-files-list').parent().hide(); {$id}_total_files = 0; $('#{$id}').trigger('click'); }); diff --git a/admin-dev/themes/default/template/helpers/uploader/ajax.tpl b/admin-dev/themes/default/template/helpers/uploader/ajax.tpl index f7adc69e5..edec4e359 100644 --- a/admin-dev/themes/default/template/helpers/uploader/ajax.tpl +++ b/admin-dev/themes/default/template/helpers/uploader/ajax.tpl @@ -195,7 +195,7 @@ $('#{$id}-add-button').on('click', function() { $('#{$id}-success').html('').parent().hide(); $('#{$id}-errors').html('').parent().hide(); - $('#{$id}-files-list').html('').parent().hide(); + $('#{$id}-files-list').parent().hide(); {$id}_total_files = 0; $('#{$id}').trigger('click'); });