I'm building web a javascript application using jquery, knockoutjs and less (for css).
Works fine in all browsers, except IE 9 (only tried IE 9).
It simply never starts. Nothing from the templates are shown. Unless i press F12 for debug and refresh. Then everything works fine, also works if I close the debug window and refresh. Right until next IE restart.
I'm building web a javascript application using jquery, knockoutjs and less (for css).
Works fine in all browsers, except IE 9 (only tried IE 9).
It simply never starts. Nothing from the templates are shown. Unless i press F12 for debug and refresh. Then everything works fine, also works if I close the debug window and refresh. Right until next IE restart.
Share Improve this question asked Nov 23, 2011 at 21:57 zneozneo 5983 silver badges10 bronze badges1 Answer
Reset to default 12Are you using console.log anywhere? That will break in IE unless the debug tools are open.