Skip to content

Instantly share code, notes, and snippets.

@Joe8Bit
Created April 20, 2020 13:31
Show Gist options
  • Save Joe8Bit/f73de03535739dc7356fee307d521e5c to your computer and use it in GitHub Desktop.
Save Joe8Bit/f73de03535739dc7356fee307d521e5c to your computer and use it in GitHub Desktop.
Bad implementation
document.getElementByID('banked-provider-list').addEventListener('banked-provider-set', function (e) {
window.location.replace(e.detail.redirectUrl);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment