Yeah; that's all the info I have; so my website seems to be crashing only in IE10 (it completely blocks the browser) and I can't find the reason; it works fine on Chrome and Firefox. The site is "responsive".
I wish I had more info but truly that's all I have and IE10 doesn't show me anything in the console before crashing.
Here is a link to the 'main' JS file.
Edit: Fixed the problem; I was creating a new <img> tag and also trying to use the "load" event on such image every time I was executing a function and IE10 doesn't seem to like that; apparently other browsers immediately just check if the image is already loaded but IE10 seems to do it asynchronously resulting in some kind of stack-overflow.
