Closed (fixed)
Project:
Click HeatMap
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Feb 2008 at 00:19 UTC
Updated:
11 Mar 2008 at 21:39 UTC
Javascript doesn't include base path, therefore only works on the front page.
click_heatmap.module line 97:
return '<script type="text/javascript" src="'. drupal_get_path('module', 'click_heatmap') .'/clickheat/js/clickheat.js"></script>'."\n";
Should be:
return '<script type="text/javascript" src="'. base_path() . drupal_get_path('module', 'click_heatmap') .'/clickheat/js/clickheat.js"></script>'."\n";
Comments
Comment #1
decipheredFixed in patch: http://drupal.org/node/220115#comment-724762
Comment #2
boombatower commentedOnce again thanks, I think that was overlooked when I fixed http://drupal.org/node/219641.
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
boombatower commented