Difference between revisions 157434 and 157436 on test2wiki

/* Test for T105255 */
$( function () {
  $.ajax( {
    // Emits cross-domain error but submission is successful
    url: 'https://test.wikipedia.org/w/rl-test.php?version=0',
    type: 'POST',
    async: true
  } );
} );

/**
 * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally
 * loaded for all users on every wiki page. If possible create a gadget that is
 * enabled by default instead of adding it here (since gadgets are fully
 * optimized ResourceLoader modules with possibility to add dependencies etc.)
 *
 * Since common.js isn't a gadget, there is no place to declare its
 * dependencies, so we have to lazy load them with mw.loader.using on demand and
(contracted; show full)}

$( createNavigationBarToggleButton );


/* End of mw.loader.using callback */
} );
/* DO NOT ADD CODE BELOW THIS LINE */