modifié: video.html

This commit is contained in:
sidya82 2014-03-01 18:11:10 +01:00
parent 36c3f588d2
commit 1bab897a4c

View File

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