I have encountered a very strange problem. The jquery slideshow in the below webpage is not working in IE9. It won't even work on reload. However, if i open the developer tools and refresh the page, it will work. Can anyone help me troubleshoot this.
All the code for the gallery is in scripts/gallery.js
Fixed It: It worked again when i removed "console.log()' from the code. Thanks everyone.