Wrong click_heatmap.js

andyceo - October 22, 2009 - 12:20
Project:Click HeatMap
Version:6.x-2.6
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

Не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!

#1

danielcala - October 22, 2009 - 20:06

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

Thanks a lot

#2

bu5hm4nn - November 15, 2009 - 18:47

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

 
 

Drupal is a registered trademark of Dries Buytaert.