From 8aae11368e8a6a761f9dbae6e275948849068d44 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Mon, 9 Jun 2025 14:47:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E5=BB=B6=E8=BF=9F=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/jh-feedback-list.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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