From: Kai Moritz Date: Mon, 4 Mar 2013 17:21:15 +0000 (+0100) Subject: Changed default-delay for ad-fetching on resize-event from 200ms to 500ms X-Git-Url: https://juplo.de/gitweb/?p=openx;a=commitdiff_plain;h=0683a1ea9fb5787922c3dbc590200681f6e91d94 Changed default-delay for ad-fetching on resize-event from 200ms to 500ms --- diff --git a/jquery.openx.js b/jquery.openx.js index 6001b75..4b978b3 100644 --- a/jquery.openx.js +++ b/jquery.openx.js @@ -119,7 +119,7 @@ * recalculation of the visible ads is scheduled. * If the value is choosen to small, a recalculation * might be scheduled, while resizing is still in - * progress. DEFAULT: 200. + * progress. DEFAULT: 500. * debug: boolean Turn on/off console-debugging. DEFAULT: false. */ $.openx = function( options ) { @@ -155,7 +155,7 @@ 'min_prefix': 'min_', 'max_prefix': 'max_', 'pw_marker': 'pw', - 'resize_delay': 200, + 'resize_delay': 500, 'debug': false }, options