modifié: video.html

This commit is contained in:
sidya82 2014-02-28 02:27:20 +01:00
parent fc6c717b49
commit 1083314302
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
success: function(data){
$('.image').html('<img src="data:image/png;base64,' + data + '" />'); }
});
)
}
</script>
</head>