Skip to content

Commit

Permalink
Merge pull request #7819 from DiegoAndresCortes/likes-count-icon
Browse files Browse the repository at this point in the history
Use main_icons for likes count popup
  • Loading branch information
Sesquipedalian authored Aug 5, 2023
2 parents a9fe8f5 + 482ac1c commit 9152da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/default/scripts/topic.js
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ $(function() {
e.preventDefault();
var title = $(this).parent().text(),
url = $(this).attr('href') + ';js=1';
return reqOverlayDiv(url, title, 'post/thumbup.png');
return reqOverlayDiv(url, title, 'like');
});

// Message likes.
Expand Down

0 comments on commit 9152da5

Please sign in to comment.