Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sm1pleScr1pt committed Sep 13, 2024
2 parents a0c2071 + 900efe4 commit d7d17d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/authorisedagencies/authorisedagencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default async function decorate(block) {
input.value = city;
input.name = "branchlocation";
input.addEventListener('change', (e) => {
window.onscroll = null;
try {
let data= {};
data.click_text = e.target.closest('label').querySelector('span').textContent.trim();
Expand Down

0 comments on commit d7d17d8

Please sign in to comment.