You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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);
};
The text was updated successfully, but these errors were encountered: