I just put a Facebook login button on my home page, and for some reason, when you are logged out of facebook, the page refreshes a few times when you visit it (only in Firefox) 🙂
Any idea why that happens?
The page is at http://www.comehike.com
Thanks!
First run Firefox without the addons.
You’ll have to use the process of elimination to find out which javascript is conflicting with Facebook’s by turning each one off.
Once you’ve found it, try moving each
<script></script>tag above or below other javascripts. Sometimes certain javascripts have to be loaded after other ones.