On line 13 in views-bonus-spy.js:

console.log(interval);

// Commenting that line solved the problem! No more error & its working now.

I'm using jquery update for jquery 1.3.2 - might that be the issue? Maybe latest jquery doesnt support console. function?

Comments

neclimdul’s picture

Doesn't have to do with jquery. the console variable is defined by the firebug firefox extension or the safari debug console. If neither of those exist it will cause this problem. We just need to remove that line.

neclimdul’s picture

Status: Needs review » Fixed

Committed to dev.

Status: Fixed » Closed (fixed)

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