Download & Extend

Extra parenthesis in click_heatmap.js

Project:Click HeatMap
Version:6.x-2.6
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:reviewed & tested by the community

Issue Summary

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

#1

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

Thanks a lot

#2

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

#3

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

Please remove.

#4

Status:reviewed & tested by the community» needs review

I have attached a patch.

AttachmentSize
click_heatmap-extra-parenthesis-611596-4.patch 390 bytes

#5

Status:needs review» reviewed & tested by the community

This works for me. Thanks @mrconnerton.

nobody click here