Не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!
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | click_heatmap-extra-parenthesis-611596-4.patch | 390 bytes | mrconnerton |
Comments
Comment #1
danielcala commentedI found the same error, and that is the solution, remove the extra parenthesis.
Thanks a lot
Comment #2
bu5hm4nn commentedYup, it's in there, and it's an error. Remove the extra parenthesis.
Comment #3
philbar commentedPlease remove.
Comment #4
mrconnerton commentedI have attached a patch.
Comment #5
hadsie commentedThis works for me. Thanks @mrconnerton.
Comment #6
john franklin commentedHas this really been a bug for 2.5 years? (Works here, too.)
Comment #7
boombatower commentedCommitted, thanks.
I do not maintain this any more so if someone else wants to take over please ask (just clicked on this by random).
Comment #8
john franklin commentedSure, I'll take it over. I'm going to need a D7 version of this module in the next few months, anyway.
Comment #9
boombatower commentedSounds good. Added you as maintainer.