update admin confirm box

This commit is contained in:
Aung Myo
2017-10-17 10:06:17 +06:30
parent d0e3a2205f
commit 46e7431d1e
4 changed files with 12 additions and 25 deletions

View File

@@ -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);