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
Comment #1
neclimdulDoesn'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.
Comment #2
neclimdulCommitted to dev.