projects
/
openx
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b7f2a1
)
WIP: Plugin shows configuration from first call, when its initialized twice
author
Kai Moritz
<kai@juplo.de>
Wed, 27 Feb 2013 08:47:38 +0000
(09:47 +0100)
committer
Kai Moritz
<kai@juplo.de>
Wed, 27 Feb 2013 18:29:50 +0000
(19:29 +0100)
jquery.openx.js
patch
|
blob
|
history
diff --git
a/jquery.openx.js
b/jquery.openx.js
index
adcf78f
..
98c56ec
100644
(file)
--- 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;
}