MediaWiki:Gadget-Direct-link-to-Commons.js: Rozdźěl mjazy wersijami

Inhalt gelöscht Inhalt hinzugefügt
Krinkle (diskusija | pśinoski)
Maintenance: Remove mention of deprecated module jquery.mwExtension
 
Rědka 17:
uploadBaseRe = new RegExp( '^' + mw.RegExp.escape( '//upload.wikimedia.org/wikipedia/commons/' ) );
 
$content.find( 'a.image, a.mw-file-description' ).attr( 'href', function ( i, currVal ) {
if ( uploadBaseRe.test( $( this ).find( 'img' ).attr( 'src' ) ) ) {
return currVal