update admin confirm box
This commit is contained in:
@@ -378,9 +378,9 @@ $(function(){
|
||||
item_options = $(this).data('option');
|
||||
|
||||
if (data.attr('data-image')) {
|
||||
image = "<img id='' src='"+data.attr('data-image')+"'>";
|
||||
image = "<img id='' width='200px' src='"+data.attr('data-image')+"'>";
|
||||
}else{
|
||||
image = "<img id='' src='/image/logo.png'>";
|
||||
image = "<img id='' width='200px' src='/image/logo.png'>";
|
||||
}
|
||||
|
||||
$('#modal_box_img').append(image);
|
||||
|
||||
Reference in New Issue
Block a user