Update semag/star/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-04-27 16:25:29 +00:00
parent 72b433956c
commit b6f46cc2c1

View File

@ -179,7 +179,7 @@ font-family: 'Press Start 2P', sans-serif;
initMockRequests(); initMockRequests();
}, false); }, false);
})(); })();
</script> </script><script>
$(document).ready(function(){ $(document).ready(function(){
$(".star").click(function(){ $(".star").click(function(){
$(this).css("transform", "scale(1.2)"); $(this).css("transform", "scale(1.2)");
@ -188,7 +188,7 @@ $(document).ready(function(){
}, 100); }, 100);
}); });
}); });
</script>
</head> </head>
<body> <body>
<center> <center>