mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Making shit annoying as fuck
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user