Skip to content

Commit

Permalink
Merge pull request #2954 from rahmathkhasim/refresherfix
Browse files Browse the repository at this point in the history
refresher refresh on click fix #2863
  • Loading branch information
sailaja-adapa authored Oct 4, 2024
2 parents ccd52b5 + 0332e95 commit 3f10ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/refresher.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
document.addEventListener('DOMContentLoaded', function() {
const caduceus = document.getElementById('caduceus');

caduceus.addEventListener('mouseover', function() {
caduceus.addEventListener('click', function() {
location.reload();
});
});

0 comments on commit 3f10ea8

Please sign in to comment.