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.special.changeemail.js
blob
59f36499844202161d49671f7a25a55f10daba3e
1
/*!
2
* JavaScript for change email form event tracking.
3
*/
4
5
( function () {
6
$( () => {
7
$( '#change_email_submit' ).attr( 'data-event-name', 'change_email_submit' );
8
} );
9
}() );