Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict with Google Maps API #598

Closed
claytonk opened this issue May 24, 2024 · 3 comments
Closed

Conflict with Google Maps API #598

claytonk opened this issue May 24, 2024 · 3 comments
Assignees

Comments

@claytonk
Copy link
Collaborator

claytonk commented May 24, 2024

Lines 671-676 from source/js/plugins.js is causing Google Map API embeds to fail. Does anyone know why this function is included and whether it's important? I've removed it locally on my site and I'm not seeing any errors generated, but I don't know the history of this script.

/**
* Remove function
*/
Element.prototype.remove = function() {
this.parentElement.removeChild(this);
};

@YauheniKapliarchuk
Copy link
Collaborator

Hi @claytonk,
Sorry for delay...
Could you please provide some steps for reproducing this errors?

Thanks!

@claytonk
Copy link
Collaborator Author

I think you guys already resolved this, we had an exchange about it in Signal. I'll check it again when I get a few minutes.

@YauheniKapliarchuk YauheniKapliarchuk self-assigned this Aug 18, 2024
@YauheniKapliarchuk
Copy link
Collaborator

If you need any help, please reopen this ticket!

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants