modifié: test.html

This commit is contained in:
sidya82 2014-02-28 06:10:29 +01:00
parent 45a5d97925
commit 1a139f4044
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
var str = "<img src='data:image/jpeg;base64,"+evt.data+"'>";
$('.image').html(str);
}
ws.onopen;
$(document).ready(refresh())
setInterval('refresh()', 2000);
</script>