I was getting the following error in my Firefox Error Console when I had a Clock block installed on a page.

$(document).everyTime is not a function
[Break on this error] }, 0);

in clock.js (line 375)

The Clock was still working fine, but the Java error stopped another feature from working (the dynamic display block module -- see the end of this thread http://drupal.org/node/413498), so I had to disable the Clock. Any idea why this error is occurring?

The Clock is still loaded on this page and shows the same error: http://www.letsgowild.ca/calendar

Comments

endless_wander’s picture

Status: Active » Fixed

And I just figured it out...

I had not renamed the jquery.timers.js properly. I hadn't taken out the version number that was in the filename (jsquery.timers-1.2.js).

I'll leave this thread up in case anyone else is dumb like me.

tstoeckler’s picture

Status: Fixed » Active

You have most probably not installed the jQuery Timers library (http://plugins.jquery.com/project/timers).
The project page, the release notes, as well the INSTALL.txt mention this.

tstoeckler’s picture

Status: Active » Fixed

No worries. :)
I won't tell you how often this happened to me when I developed this...

tstoeckler’s picture

Note that I noticed the error in #758294: Time changes to incorrect time on your site, that is the time shown with JavaScript is different than the time shown without. This should be fixed in the current .dev version, so please try that out and see if it fixes that.

endless_wander’s picture

Thanks.. i hadn't noticed. I loaded the current .dev version and it did fix this problem.

Status: Fixed » Closed (fixed)

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