I don’t underestand why the google maps complement works with ie8, firefox, chrome and safari, but crashes with ie9… I used gmaps.js library for google maps. I tried to desactivate the modernizr complement, or bootstrap, but still not working…
http://masqmenos.com/eng/donde-quedamos.php
thx
For me a look into the console is sufficient to answer this question(you should also sometimes take a look into the console).
IE has blocked the script https://raw.github.com/HPNeo/gmaps/master/gmaps.js because of wrong MIME-type(it is served as “text/plain”).
GitHub is not a CDN, copy the file onto your Server.
See: Should Github be used as a CDN for javascript libraries?