MediaWiki:Gadget-EditTop.js: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
Hidayatsrf (bicara | kontrib) coba impor keseluruhan skrip; sering terjadi galat saat memuat skrip dari enwiki (firefox) |
maintenance: more info Uncaught TypeError: Cannot read property 'replace' of undefined |
||
Baris 44:
a.attr("title", localtitles[mw.config.get( 'wgUserLanguage' )] || localtitles.en);
if ( !/&(ve|)section=T/.test( a.attr( "href" ) ) ) { // not transcluded
a.attr( "href", a.attr( "href" ) && a.attr( "href" ).replace( /&(ve|)section=\d+/, "&$1section=0&summary=/*%20top%20*/%20" ) );
} else if ( /&vesection=/.test( a.attr( "href" ) ) ) { // transcluded, VE
a.attr( "href", mw.util.getUrl( mw.config.get( 'wgPageName' ) ) + "?veaction=edit&vesection=0&summary=/*%20top%20*/%20" );
|