modifié: superTornado.py

modifié:         video.html
This commit is contained in:
sidya82
2014-02-28 02:57:46 +01:00
parent 46a6e08ed0
commit e42a199d4f
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
$.ajax({
type: "POST",
url:'/ajax',
contentType: "image/jpg",
contentType: "image/jpeg",
success: function(data){
$('#image').html(data)}
});