221
edits
No edit summary |
No edit summary |
||
Line 704: | Line 704: | ||
$( | $(document).ready(function() { | ||
// | alert('Script is running'); // This will confirm if the script is being executed. | ||
// Get the page title | // Get the page title | ||
Line 727: | Line 726: | ||
}); | }); | ||
// | // Add the button to the content area | ||
$('#mw-content-text').prepend(downloadButton); // Change to append if needed | |||
}); | }); |