Difference between revisions of "MediaWiki:Common.js"
From webCoRE Wiki - Web-enabled Community's own Rule Engine
Line 10: | Line 10: | ||
script.type = 'text/javascript'; | script.type = 'text/javascript'; | ||
script.src = '//cdn.chitika.net/getads.js'; | script.src = '//cdn.chitika.net/getads.js'; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
script.async = true; | script.async = true; | ||
document.head.appendChild(script); | document.head.appendChild(script); |
Revision as of 14:26, 8 May 2017
/* Any JavaScript here will be loaded for all users on every page load. */
window.CHITIKA = { 'units' : [
{"calltype":"async[2]","publisher":"ady624","width":160,"height":600,"sid":"Chitika Default"},
{"calltype":"async[2]","publisher":"ady624","width":728,"height":90,"sid":"Chitika Default"}
] };
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = '//cdn.chitika.net/getads.js';
script.async = true;
document.head.appendChild(script);