-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
You have to validate google object otherwise this will crash / disturb admin pages, while editing content, if there is no internet connectivity, you can turf off internet and then check if you would like to confirm issue, I just added 2 lines to your event function
if( typeof google === "object" && typeof google.maps === "object" )
{
$(document).ready(function(){
// You code goes here...
})
}
Modified code
Metadata
Metadata
Assignees
Labels
No labels