Remove extra line

This commit is contained in:
Rebecca Hsieh 2024-07-17 11:05:42 -07:00
parent 721e91aac7
commit e19bcaf55f
No known key found for this signature in database

View file

@ -29,6 +29,5 @@ document.addEventListener('DOMContentLoaded', function() {
document.body.removeChild(textArea);
alert('Summary copied to clipboard!');
alert("hello");
});
});