--- click_heatmap.js 2009-09-28 03:09:58.000000000 -0400 +++ click_heatmap_new.js 2011-01-13 19:56:46.030946001 -0500 @@ -3,7 +3,7 @@ /** * If inside the ClickHeat iframe then remove admin menu. */ -Drupal.behaviors.click_heatmap = function()) { +Drupal.behaviors.click_heatmap = function() { if (window.location.href != parent.location.href) { $('#admin-menu').remove(); }