product meta box

This commit is contained in:
Cor van Noorloos 2014-09-28 17:23:05 +02:00
parent 878cae2c7a
commit c8688a0809
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ jQuery( function( $ ){
$product_images.append('\
<li class="image" data-attachment_id="' + attachment.id + '">\
<img src="' + attachment.url + '" />\
<img src="' + attachment.sizes.thumbnail.url + '" />\
<ul class="actions">\
<li><a href="#" class="delete" title="' + $el.data('delete') + '">' + $el.data('text') + '</a></li>\
</ul>\