Script-Code is now loaded and executed via $.getScript() and $.globalEval()
authorKai Moritz <kai@coolibri.de>
Wed, 19 Sep 2012 11:00:50 +0000 (13:00 +0200)
committerKai Moritz <kai@coolibri.de>
Tue, 26 Feb 2013 13:04:27 +0000 (14:04 +0100)
commitfda1b3a613cddb11351df6e1cb06c31229b3d073
treefcaf93611214db46465e9693902c09028f68a24e
parent56aef196f70f2949706ac865e1e19395e7549b7e
Script-Code is now loaded and executed via $.getScript() and $.globalEval()

The script now utilizes jQuery.getScript(url,callback) and
jQuery.globalEval(code) when loading or executing the code of the detected
script-tags, because these functions work around several issues in older
browsers like IE 8 and Co.

TODO:
 * The gloabal variable OA_output, in which the OpenX-scirpt spc places the
   fetched banner-codes, is not defined under IE8, when the callback is
   called after loading the script. Does the jQuery-function getScript()
   not wait for the script, like suggested by the function-name?
openx.js