Another fix to the render-order, for from document.write() collected output
authorKai Moritz <kai@coolibri.de>
Tue, 25 Sep 2012 15:04:12 +0000 (17:04 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 27 Feb 2013 18:29:44 +0000 (19:29 +0100)
commit125e70f94f5f64ffbb47305665f4f23488aa30f5
tree785142ec8dec21c07dab6ce5fe9761e79ac9a7e5
parentbcf3be2e38ab96a41118a23e7e96db59655de733
Another fix to the render-order, for from document.write() collected output

If inline-code was executed directly via jQuery.globalEval(), the
collected output from calls to document.write() was not written
emidiately. Because of that, the ordering of the rendered output was
messed up.
openx.js