cosmetics

This commit is contained in:
Gwenhael Le Moine 2011-07-16 14:17:26 +02:00
parent 18bdc16797
commit 6cf00416fb

View file

@ -50,9 +50,10 @@
<script src="js/star.js"></script> <script src="js/star.js"></script>
<script> <script>
$(document).ready(function() { $(document).ready(
initialize_a_star( "#main", 0 ); function() {
}); initialize_a_star( "#main", 0 );
});
</script> </script>
</body> </body>
</html> </html>