From 0683a1ea9fb5787922c3dbc590200681f6e91d94 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 4 Mar 2013 18:21:15 +0100 Subject: [PATCH] Changed default-delay for ad-fetching on resize-event from 200ms to 500ms --- jquery.openx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1