mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-27 09:58:44 +01:00
load star when document's ready
This commit is contained in:
parent
68aa4c8849
commit
123d82374b
1 changed files with 3 additions and 1 deletions
|
@ -50,7 +50,9 @@
|
||||||
|
|
||||||
<script src="js/star.js"></script>
|
<script src="js/star.js"></script>
|
||||||
<script>
|
<script>
|
||||||
initialize_a_star( "#main" );
|
$(document).ready(function() {
|
||||||
|
initialize_a_star( "#main" );
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue