221
edits
No edit summary |
No edit summary |
||
Line 727: | Line 727: | ||
}); | }); | ||
// Add the button to the | // Add the button to the content area | ||
$('# | $('#mw-content-text').prepend(downloadButton); // Use .append() if you want it at the bottom | ||
}); | }); |