Making shit annoying as fuck

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-13 01:43:18 +01:00
parent 4ad797554c
commit 38fd17a4f1

View File

@@ -79,7 +79,7 @@ foreach($fil as $files){
<script type="text/javascript">
var deg = 0;
document.getElementById("zicon").addEventListener("click", function(){
deg = deg + 360;
deg = deg + 365;
document.getElementById("zicon").style.transform = "rotate("+deg+"deg)";
});
</script>