Skip to content

Commit

Permalink
fix load of hearts on loading of page
Browse files Browse the repository at this point in the history
  • Loading branch information
A-ntoin-e committed Jul 2, 2024
1 parent 1c9f8b7 commit 7c78f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ <h2 class="footer__title footer__contactTitle">
window.onload = function() {
// Animate loader off screen
$('.loading').fadeOut('slow');
window.onload = initLikedTalks;
initLikedTalks();
window.initBurgerMenu();
};

Expand Down

0 comments on commit 7c78f44

Please sign in to comment.