Неllo!

We tried to use the 6.x-2.6 version of your wunderfull module, but we found an annoying bug.

In the click_heatmap.js file, we found an extra bracket in row 6:

Drupal.behaviors.click_heatmap = function()) {

must be:

Drupal.behaviors.click_heatmap = function() {

Thanks!

Comments

danielcala’s picture

I found the same error, and that is the solution, remove the extra parenthesis.

Thanks a lot

bu5hm4nn’s picture

Yup, it's in there, and it's an error. Remove the extra parenthesis.

philbar’s picture

Title: Wrong click_heatmap.js » Extra parenthesis in click_heatmap.js
Status: Active » Reviewed & tested by the community

Please remove.

mrconnerton’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new390 bytes

I have attached a patch.

hadsie’s picture

Status: Needs review » Reviewed & tested by the community

This works for me. Thanks @mrconnerton.

john franklin’s picture

Has this really been a bug for 2.5 years? (Works here, too.)

boombatower’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks.

I do not maintain this any more so if someone else wants to take over please ask (just clicked on this by random).

john franklin’s picture

Sure, I'll take it over. I'm going to need a D7 version of this module in the next few months, anyway.

boombatower’s picture

Sounds good. Added you as maintainer.

Status: Fixed » Closed (fixed)

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