mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +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>
|
||||
initialize_a_star( "#main" );
|
||||
$(document).ready(function() {
|
||||
initialize_a_star( "#main" );
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue