modifié: video.html

This commit is contained in:
sidya82 2014-03-01 18:12:16 +01:00
parent 1bab897a4c
commit 1ee6729884
1 changed files with 2 additions and 1 deletions

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() {
if(new Date().getTime() - time >= 60000)
if(new Date().getTime() - time >= 60000){
console.log("data");
ws.send("lol");
}
else
setTimeout('refresh()', 5000);
}