MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ |
/* Any JavaScript here will be loaded for all users on every page load. */ |
||
window._idl = {}; |
window._idl = {}; |
||
_idl.variant = "modal"; |
_idl.variant = "modal"; |
Revision as of 02:17, 5 June 2014
/* Any JavaScript here will be loaded for all users on every page load. */ window._idl = {}; _idl.variant = "modal"; _idl.campaign = "reset-the-net"; (function() { var idl = document.createElement('script'); idl.type = 'text/javascript'; idl.async = true; idl.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'members.internetdefenseleague.org/include/?url= <http://members.internetdefenseleague.org/include/?url=>' + (_idl.url || '') + '&campaign=' + (_idl.campaign || '') + '&variant=' + (_idl.variant || 'modal'); document.getElementsByTagName('body')[0].appendChild(idl); })();