Utilisateur:Wrh2/common.js

De Wikivoyage

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
$( function () {
	/* Remove when https://phabricator.wikimedia.org/T113642 fixed */
	$( '#contentSub' ).insertBefore( '.ext-wpb-pagebanner' ).addClass( 'visible' );
	$( '.ext-wpb-pagebanner' ).addClass( 'bugfix-T113642' );
	/* End https://phabricator.wikimedia.org/T113642 */
	$("h1.wpb-name").prepend($("#banner-drapeau"));
	$("#banner-drapeau").show();
	// Moves geoCoord to top of page next to contentSub
	if ($('#contentSub').is(":visible") && $('#geoCoord').length !== 0) {
		$('#geoCoord').prependTo('#contentSub');
	}
} );