The alert() is blocking and it cannot be easily be suppressed in non-debugging environments. I'd like to recommend that this alert be switched to either console.error() or console.log(), instead.
I can't identify the version that ThinkGeek is using - so I can't identify where the alert is in the existing source.
I visited the website ThinkGeek.com and got a jcarousel error message:http://www.thinkgeek.com/product/b5e5/?srp=2 Chrome 31 on Mac Os
The alert() is blocking and it cannot be easily be suppressed in non-debugging environments. I'd like to recommend that this alert be switched to either console.error() or console.log(), instead.
I can't identify the version that ThinkGeek is using - so I can't identify where the alert is in the existing source.