From: Kai Moritz Date: Wed, 27 Feb 2013 08:47:38 +0000 (+0100) Subject: WIP: Plugin shows configuration from first call, when its initialized twice X-Git-Tag: notnagel~2 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=a3eefa0eb74b200b90e0518b6d32f3094c740c5c;hp=6b7f2a149d3656c44aba4e3ddf2092fc240e3154;p=openx WIP: Plugin shows configuration from first call, when its initialized twice --- 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; }