MediaWiki:Gadget-morebits.js: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Repo at 5c1e7e3: Update from Github
Repo at 3de14a0: Update from Github
Baris 3.010:
}
// set revert edit summary
ctx.editSummary = '[[Help:Revert|RevertedDikembalikan]] toke revisionrevisi ' + ctx.revertOldID + ' byoleh ' + ctx.revertUser + ': ' + ctx.editSummary;
}
 
Baris 4.700:
value.style.display = 'none';
var button = document.createElement('button');
button.textContent = value.hasAttribute('value') ? value.getAttribute('value') : value.textContent ? value.textContent : 'SubmitKirim QueryKueri';
button.className = value.className || 'submitButtonProxy';
// here is an instance of cheap coding, probably a memory-usage hit in using a closure here