WIP: Plugin shows configuration from first call, when its initialized twice
authorKai Moritz <kai@juplo.de>
Wed, 27 Feb 2013 08:47:38 +0000 (09:47 +0100)
committerKai Moritz <kai@juplo.de>
Wed, 27 Feb 2013 18:29:50 +0000 (19:29 +0100)
jquery.openx.js

index adcf78f..98c56ec 100644 (file)
@@ -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;
     }