modifié: video.html

This commit is contained in:
sidya82 2014-02-28 02:21:18 +01:00
parent 84b68e4898
commit fc6c717b49

View File

@ -12,8 +12,8 @@
url:'/ajax', url:'/ajax',
contentType: "image/jpg", contentType: "image/jpg",
success: function(data){ success: function(data){
$('.image').html('<img src="data:image/png;base64,' + data + '" />'); }, $('.image').html('<img src="data:image/png;base64,' + data + '" />'); }
} ); });
} }
</script> </script>
</head> </head>