mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-13 18:16:56 +00:00
ea984e5c2b
Please note, this patch requires a schema change before merging Change-Id: I71286534d21d95083436d64d79811943c1a1d032 ERM: #14484 Bug: T218210
6 lines
165 B
JavaScript
6 lines
165 B
JavaScript
$( function () {
|
|
// eslint-disable-next-line no-jquery/no-global-selector
|
|
var $elm = $( '.mw-display-qrcode' );
|
|
$elm.qrcode( $elm.data( 'mw-qrcode-url' ) );
|
|
} );
|