javascript - Google maps being loaded multiple times? -


in page: http://sitesdemo.mghospedagem.com/ivam-entregas/3/33209.html

i tried disabling few javascript related google maps, chrome console still pointing me same errors, saying have multiple instances of google maps loaded.

i'm getting errors not calculating shipping, or not being able use map, blah blah blah.

can me find part of javascript have edit fix this?

here log:

failed load resource: server responded status of 404 (not found)

main.js:61 uncaught typeerror: undefined not function main.js:60 have included google maps api multiple times on page. may cause unexpected errors.main.js:60 yl 33209.html:9 uncaught referenceerror: j not defined vm603:10 uncaught typeerror: cannot set property 'geometry' of undefined 33209.html:1 uncaught referenceerror: j not defined 33209.html:9 uncaught referenceerror: j not defined 33209.html:3 uncaught referenceerror: j not defined 33209.html:6 uncaught referenceerror: j not defined http://sitesdemo.mghospedagem.com/ivam-entregas/3/33209/css failed load resource: server responded status of 404 (not found) 

here javascript file described on log: https://jsfiddle.net/x24e2px2

you've loaded copies of api-files own server, remove them:

<script type="text/javascript" src="33209/js"></script><script src="33209/main.js"></script> 

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -