Fix for two errors, that only appear under IE 8
authorKai Moritz <kai@coolibri.de>
Thu, 20 Sep 2012 12:42:54 +0000 (14:42 +0200)
committerKai Moritz <kai@coolibri.de>
Tue, 26 Feb 2013 13:07:18 +0000 (14:07 +0100)
commitb207a9eb5c1e0a55ee7c319e9d69eb3e95f4ef37
treec507f9aab67c1465f525871bab42c3fbbb710cc6
parentfda1b3a613cddb11351df6e1cb06c31229b3d073
Fix for two errors, that only appear under IE 8

 * The Internet-Explorer stumbles, when feeded with JavaScript-code that
   includes the leading "<!--", that is often used to deter older browsers
   from executing the code. Therefore this markup is filtered from the code
   before it is executed via jQuery.globalEval(). The trailing "//-->" does
   not have to be filtered, because it is a valid JavaScript-comment.
 * A global variable "OA_output" is defined, because IE 8 would complain
   loudly otherwise.
openx.js