mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
cosmetics
This commit is contained in:
parent
18bdc16797
commit
6cf00416fb
1 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue