modifié: video.html

This commit is contained in:
sidya82 2014-03-01 18:12:16 +01:00
parent 1bab897a4c
commit 1ee6729884

View File

@ -33,9 +33,10 @@ return d||(f=$b[b],$b[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,$b[b]=f),e}});v
function refresh() { function refresh() {
if(new Date().getTime() - time >= 60000) if(new Date().getTime() - time >= 60000){
console.log("data"); console.log("data");
ws.send("lol"); ws.send("lol");
}
else else
setTimeout('refresh()', 5000); setTimeout('refresh()', 5000);
} }