From a3eefa0eb74b200b90e0518b6d32f3094c740c5c Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 27 Feb 2013 09:47:38 +0100 Subject: [PATCH] WIP: Plugin shows configuration from first call, when its initialized twice --- jquery.openx.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jquery.openx.js b/jquery.openx.js index adcf78f..98c56ec 100644 --- a/jquery.openx.js +++ b/jquery.openx.js @@ -38,9 +38,9 @@ if (domain) { if (console.error) { - console.error('jQuery.openx was already initialized:'); - console.error(_zones); - console.error(_options); + console.error('jQuery.openx was already initialized!'); + console.log('Configured zones: ', _zones); + console.log('Configured options: ', _options); } return; } -- 2.20.1