MediaWiki:Gadget-Twinkle.js: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
ATDT (bicara | kontrib)
k Replacing usage of $.escapeRE with mw.RegExp.escape
ATDT (bicara | kontrib)
k Revert: Replacing usage of $.escapeRE with mw.RegExp.escape
Baris 13.915:
if( old_subvalue ) {
old_subvalue = old_subvalue.replace(/\d*(im)?$/, '' );
old_subvalue_re = new RegExp( mw$.RegExp.escapeescapeRE( old_subvalue ) + "(\\d*(?:im)?)$" );
}