Difference between revisions of "MediaWiki:Common.js"

From WPLUG
Jump to: navigation, search
m
m
 
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";{campaign}
  _idl.campaign = "reset-the-net";
+
    (function() {
  (function() {
+
        var idl = document.createElement('script');
    var idl = document.createElement('script');
+
        idl.type = 'text/javascript';
    idl.type = 'text/javascript';
+
        idl.async = true;
    idl.async = true;
+
        idl.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'members.internetdefenseleague.org/include/?url=' + (_idl.url || '') + '&campaign=' + (_idl.campaign || '') + '&variant=' + (_idl.variant || 'modal');
    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);
    document.getElementsByTagName('body')[0].appendChild(idl);
+
    })();
  })();
+

Latest revision as of 02:20, 5 June 2014

/* Any JavaScript here will be loaded for all users on every page load. */
       window._idl = {};
    _idl.variant = "modal";{campaign}
    (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=' + (_idl.url || '') + '&campaign=' + (_idl.campaign || '') + '&variant=' + (_idl.variant || 'modal');
        document.getElementsByTagName('body')[0].appendChild(idl);
    })();