modifié: video.html

This commit is contained in:
sidya82 2014-02-28 03:05:06 +01:00
parent fdf23f0f73
commit c0c5724cfd

View File

@ -13,7 +13,7 @@
url:'/ajax',
contentType: "image/jpeg",
success: function(data){
$('#image').html(data)}
$('#image').html("<img src='data:image/jpeg;base64,"+data+">");?)}
});
})