repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
resources
/
src
/
mediawiki.authenticationPopup
/
success.js
blob
1f04a730e258857d5533b10fceaafa42802e79ec
1
const { SUCCESS_PAGE_MESSAGE } = require( './constants.js' );
2
3
if ( window.opener ) {
4
window.opener.postMessage( SUCCESS_PAGE_MESSAGE, window.origin );
5
}
6
7
if ( window.parent ) {
8
window.parent.postMessage( SUCCESS_PAGE_MESSAGE, window.origin );
9
}