I reported this issue in the Location Map module, but their maintainers are telling me that the issue is occurring due to javascript error in an Omega Theme javascript file.

This is the original thread I made: http://drupal.org/node/1803904

rupertj had this to say:

You've got a JS error on that page caused by something else that you should fix first:

TypeError: $("body", context).once is not a function
http://adbeng.tekalsites.com/sites/default/files/js/js_43n5FBy8pZxQHxPXk...
Line 234

This will stop any other JS on the page working, like the map.

Comments

pingwin4eg’s picture

It is not an Omega issue. Method .once() is standard one for Drupal (drupal/misc/jquery.once.js) and it's included on your site. So i don't know what's exactly causing that problem. Maybe try not to aggregate your JSs and look if something changed.