I am maintaining a legacy web application that is built on top of the following stack:
- Server side
- NGINX
- Tornado
- Client side
- RequireJS
- jQuery
- Backbone
Everything works fine in Firefox and Chrome, but in IE9, calling require
inside a function to dynamically load a module causes a timeout. With the JavaScript console opened to look for errors it works fine (and there are no errors logged).
Any ideas?