This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-13 11:23:09 +01:00
parent 0afdb941a2
commit 38b3a15176

View File

@@ -84,7 +84,7 @@ foreach($fil as $files){
pr = pr + 0.5; pr = pr + 0.5;
document.getElementById("zicon").style.transform = "rotate("+deg+"deg)"; document.getElementById("zicon").style.transform = "rotate("+deg+"deg)";
document.getElementById("zicon").style.width = pr+"%"; document.getElementById("zicon").style.width = pr+"%";
if(pr >= 150) if(pr >= 60)
window.location.href = 'https://www.youtube.com/watch?v=mK2fNG26xFg'; window.location.href = 'https://www.youtube.com/watch?v=mK2fNG26xFg';
}); });
</script> </script>