Skip to content

Commit 25671e9

Browse files
Refactor menu toggle and review generator functions
1 parent 251d2c8 commit 25671e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ document.getElementById("mapsBtn").addEventListener("click", function(e) {
169169
const mapsUrl = "https://search.google.com/local/writereview?placeid=ChIJMRToX2fimzkRUan3u1DooSM";
170170
window.open(mapsUrl, "_blank");
171171
});
172+
172173
const placeId = "ChIJMRToX2fimzkRUan3u1DooSM";
173174
const mapsBtn = document.getElementById("mapsBtn");
174175

@@ -212,5 +213,3 @@ if (enquiryForm) {
212213
window.open(whatsappURL, "_blank");
213214
});
214215
}
215-
216-

0 commit comments

Comments
 (0)