Skip to content

Commit

Permalink
fix resolve_btn
Browse files Browse the repository at this point in the history
  • Loading branch information
adraffy committed May 20, 2024
1 parent 2226112 commit 7f32533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/postman.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ <h1><a target="_blank" href="https://eips.ethereum.org/EIPS/eip-3668">CCIP-Read<
delete_fields();
update_ux();
});
resolve_btn.addEventListener('click', () => visit(`../../ens-normalize.js/test/resolver.html#${name_norm}`));
resolve_btn.addEventListener('click', () => visit(`https://adraffy.github.io/ens-normalize.js/test/resolver.html#${name_norm}`));
start_btn.addEventListener('click', try_call);
stop_btn.addEventListener('click', () => {
aborter.abort();
Expand Down

0 comments on commit 7f32533

Please sign in to comment.