பயனர்:Rtssathishkumar/Floatingbuttonextra.js: திருத்தங்களுக்கு இடையிலான வேறுபாடு

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
No edit summary
No edit summary
வரிசை 125:
$(elements.goRightIcon).on('click', function () {
window.location.href = $('#ca-proofreadPageNextLink').find('a').attr('href');
});
if(mw.config.values.wgCanonicalNamespace==="Page"){
if ( $.inArray( mw.config.get( 'wgAction' ), [ 'edit', 'submit' ] ) != -1 ) {
newbutton = $("#wpSaveWidget").clone();
newbutton.children().prop('id', 'Quicksave','name', 'NKsave');
newbutton.children().val("சடுதியில் பதிப்பி");
$("#wpSaveWidget").after(newbutton)
}
}
$("#Quicksave").click(function(e) {
$.cookie('chaduthi_flag',"true", { path: '/' });
});
 
chaduthi = $.cookie('chaduthi_flag');
if(chaduthi==="true"){$.cookie('chaduthi_flag',"false", { path: '/' });
if($('.oo-ui-icon-next').length>0){
var viewurl=$('.oo-ui-icon-next')[0].href;
viewurl=viewurl.replace("/wiki/","/w/index.php?title=")+"&action=edit";
window.open(viewurl,"_self");}
}
 
});
"https://ta.wikisource.org/wiki/பயனர்:Rtssathishkumar/Floatingbuttonextra.js" இலிருந்து மீள்விக்கப்பட்டது