MediaWiki:Common.js: Difference between revisions
Content deleted Content added
m convert spacing to tabs |
replace deprecated mw.Uri with native URL - phab:T374314 |
||
Line 10:
// we are gonna have a bad time as geolocation doesn't happen. Do a redirect to send them round again
try {
var
if (
url.searchParams.get( 'title' ) === 'Special:LandingPage' &&
url.searchParams.get( 'country' ) === null &&
url.searchParams.get( 'retried' ) === null
) {
console.log( 'redirecting to pick up country parameter' );
window.location.href =
}
} catch (error) {
|