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

உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
No edit summary
No edit summary
 
வரிசை 11:
$("#Quicksave").click(function(e) {
$.cookie('chaduthi_flag',"true", { path: '/' });
alertconsole.log('Saduthi clicked ' + $.cookie('chaduthi_flag'));
});
 
var chaduthi = $.cookie('chaduthi_flag');
console.info('Saduthi during load ' + $.cookie('chaduthi_flag'));
if(chaduthi === "true"){
$.cookie('chaduthi_flag', "false", { path: '/' });
var viewurl = $('#ca-proofreadPageNextLink').find('a').attr('href');
console.log('Next Link ' + viewurl);
console.log('Next length ' + viewurl.length);
if(viewurl.length > 0){
viewurl = viewurl.replace("/wiki/","/w/index.php?title=")+"&action=edit";
console.log('NextFinal lengthRedirect URL ' + viewurl.length);
window.open(viewurl,"_self");
}
"https://ta.wikisource.org/wiki/பயனர்:Rtssathishkumar/SaduthiButtonInfo.js" இலிருந்து மீள்விக்கப்பட்டது