I have a clean install of Drupal with GMaps and when I switch to Blueprint the maps no longer display with the following error: Javascript is required to view this map. I get this error before I even start to theme Blueprint. Thanks.

Comments

picciuto’s picture

Putting print $scripts into the HEAD fixed my problem. Problem solved.

designerbrent’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

pianomansam’s picture

Status: Closed (fixed) » Reviewed & tested by the community

This has been addressed in the GMap issue cue here:#286653: Patch to use JS Aggregation or JS at the bottom of the page

designerbrent’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

panosp’s picture

@picciuto (on #1) Since I run into the same problem and saw this suggestion. I just wanted to comment that this is not a good practice as the scripts should be at the bottom of the page.tpl (both according to blueprints framework and http://developer.yahoo.com/performance/rules.html#js_bottom).