]> juplo.de Git - openx/commitdiff
Only delivered ads will be shown
authorKai Moritz <kai@coolibri.de>
Mon, 24 Sep 2012 13:10:40 +0000 (15:10 +0200)
committerKai Moritz <kai@coolibri.de>
Tue, 26 Feb 2013 13:42:38 +0000 (14:42 +0100)
HTML-elements marked with "oa" can now be hidden via CSS. openx.js will
unhide them only, if OpenX really delivers a suitable ad-banner

openx.js

index cba60d32733f63c85a82ab0a93e668fb933dbf9c..18d96ee5d3c5bfe126180572366c65c9ee231652 100644 (file)
--- a/openx.js
+++ b/openx.js
@@ -71,6 +71,8 @@
       id = ads.pop();
       node = slots[id];
 
+      node.slideDown();
+
       // node.append(id + ": " + node.attr('class'));
 
       var result, src, inline;