X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=jquery.openx.js;fp=jquery.openx.js;h=66eb110529391ba4066a4a5e98f50a569003162c;hb=722a178d534dff809a8119fab4258f469bc1233c;hp=a9827af68845a1f94f5218512671b27dc7d4c047;hpb=8a2862a2007c8b9abe63007ddd5611e5ebd20bea;p=openx diff --git a/jquery.openx.js b/jquery.openx.js index a9827af..66eb110 100644 --- a/jquery.openx.js +++ b/jquery.openx.js @@ -32,6 +32,7 @@ min_width = {}, max_width = {}, width, + rendered = {}, queue = [], output = []; @@ -187,6 +188,7 @@ if (match) max_width[id] = match[1]; } + rendered[id] = false; } }); } @@ -209,6 +211,7 @@ if (width >= min_width[id] && width <= max_width[id]) { queue.push(id); src += escape(id + '=' + OA_zones[slots[id].id] + "|"); + rendered[id] = true; } } src += '&nz=1'; // << We want to fetch named zones!