Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.authenticationPopup / success.js
blob1f04a730e258857d5533b10fceaafa42802e79ec
1 const { SUCCESS_PAGE_MESSAGE } = require( './constants.js' );
3 if ( window.opener ) {
4         window.opener.postMessage( SUCCESS_PAGE_MESSAGE, window.origin );
7 if ( window.parent ) {
8         window.parent.postMessage( SUCCESS_PAGE_MESSAGE, window.origin );