From 9093088a49762ef68c0c84e8117cfe109043f39d Mon Sep 17 00:00:00 2001 From: sidya82 Date: Fri, 28 Feb 2014 03:44:02 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20vide?= =?UTF-8?q?o.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- video.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video.html b/video.html index 5879e8e..5482117 100644 --- a/video.html +++ b/video.html @@ -15,12 +15,12 @@ contentType: "image/jpeg", success: function(data){ var str = ""; - $('#image').html(str);} + $('#image').innerHTML(str);} }); } - setInterval('refresh()', 10000); + setInterval('refresh()', 2000);