I\'m trying to use console.log to put some logging into the javascript side of my program. I noticed, though, that unless the dev console is open in IE, JS basically stops worki
I solved it by using the "fake console" described above, to prevent the script execution breaking.
It is included only for InternetExplorer < 10.
I include this in my html head: