Hi there,
We have a particular Template that is adding the following:
<script type="text/javascript">
//<![CDATA[
addLoadEvent(MapLoad_p_lt_ctl02_pageplaceholder_p_lt_ctl02_Panels_Panels_3_StaticGoogleMaps);
//]]>
</script>
And:
<script src="/CMSPages/GetResource.ashx?scriptfile=%7e%2fCMSWebParts%2fMaps%2fStatic%2fStaticGoogleMaps_files%2fGoogleMaps.js" type="text/javascript"></script>
But...there is no StaticGoogleMaps WebPart on the Template!
The "addLoadEvent" is causing JavaScript errors whenever the page loads.
I am wondering if perhaps we removed the StaticGoogleMaps web part and it was not completely removed from the template. If this is the case, where can we look to get rid of it?