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.changecredentails.js
blob
95fc53621609da8ebc579dce3dcd4999348bc69c
1
/*!
2
* JavaScript for change credentials form event tracking.
3
*/
4
5
( function () {
6
$( () => {
7
$( '#change_credentials_submit' ).attr( 'data-event-name', 'change_credentials_submit' );
8
} );
9
}() );