diff --git a/application/views/mobile_first/jh-feedback-list.php b/application/views/mobile_first/jh-feedback-list.php index 70f90c54..f9f6c6f7 100644 --- a/application/views/mobile_first/jh-feedback-list.php +++ b/application/views/mobile_first/jh-feedback-list.php @@ -29,10 +29,10 @@ TrustPilot Rating + originalsrc="https://images.japanhighlights.com/allpicture/2025/05/e6e82f033e0b4619a0df404f74578d7f_cut_382x193_241_1748531605.jpg" style="margin-bottom: 15px;"> TripAdvisor Rating + originalsrc="https://images.japanhighlights.com/allpicture/2025/05/dd7bda74592b44b3b98833e3e2f1448a_cut_306x176_241_1748531758.jpg"> $feedback) {?> @@ -69,14 +69,14 @@ const infoIcon = document.querySelector('.review-aggregate__info'); const toolTip = document.querySelector('.popper__tooltip'); const closeButton = document.querySelector('.review_close'); - + infoIcon.addEventListener('click', function() { toolTip.style.display = "block"; }); - + closeButton.addEventListener('click', function(event) { toolTip.style.display = "none"; }); - + }); \ No newline at end of file