Using this code in a block in my module:

module_invoke('jquery_heartbeat', 'set',2000,'heartbeat.php',$callback = NULL,'heartbeat');

I get this error in firebug and nothing inside the heartbeat div:
missing } after function body
[Break on this error] });

Comments

Anonymous’s picture

Adding an extra }) at the end fixed it, even though that doesn't really add up.

redbox2000@drupal.org’s picture

Thx for logging this. I've been up to my ears in other work and have not been able to focus on these modules. However, over the last few days I've rebuilt one of my personal sites -- http://inventive-minds.net -- which will be the new "home" for this project. I will put up a demo page also to show how this module works, and, of course, I will take a look at this bug. :)

Sorry for the dealyed response ...
-martin.

redbox2000@drupal.org’s picture

Assigned: Unassigned » redbox2000@drupal.org
Status: Active » Fixed

Pls check out new release. All bugs should be fixed now.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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