Seems that a site I made for fun does not like to work in firefox 3.6 … can’t really figure out what is causing the issue tho, once i open firebug it works fine…
here is the link http://samsaccone.com/apad_scroller/
any ideas would be appreciated,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have console.log statements @ line# 48 and line# 59 (
console.log(spot);andconsole.log is not available when FireBug is not enabled and hence the script fails.
Remove those lines and your page should work fine.