MediaWiki:DonationFormSandbox.js: Difference between revisions

Content deleted Content added
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 1,511:
}).done(function(data) {
if (data.parse && data.parse.text) {
$('#donate-privacy').after(data.parse.text['*']);
// Append the template content to a specific place on the page
console.log("Appending content:", data.parse.text['*']);
}
});