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
Comment #1
Anonymous (not verified) commentedAdding an extra }) at the end fixed it, even though that doesn't really add up.
Comment #2
redbox2000@drupal.org commentedThx 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.
Comment #3
redbox2000@drupal.org commentedPls check out new release. All bugs should be fixed now.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.