Difference between revisions 157433 and 157434 on test2wiki

/* Test for T105255 */
$( function () {
  $.ajax( {
    url: mw.config.get( 'wgScriptPath' )+ '// 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
(contracted; show full)}

$( createNavigationBarToggleButton );


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