diff --git a/src/front/cobalt.js b/src/front/cobalt.js index 45bdcd99..edf165c5 100644 --- a/src/front/cobalt.js +++ b/src/front/cobalt.js @@ -200,4 +200,4 @@ eid("url-input-area").addEventListener("keyup", (event) => { if (event.key === 'Enter') { eid("download-button").click(); } -}) \ No newline at end of file +})