cosmetics
This commit is contained in:
parent
1f1c9d0413
commit
4de9f3eaee
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