diff --git a/files/assets/js/submit.js b/files/assets/js/submit.js index 1102578eb..93df4c15d 100644 --- a/files/assets/js/submit.js +++ b/files/assets/js/submit.js @@ -166,7 +166,7 @@ function ghost_toggle(t) { function checkRepost() { const system = document.getElementById('system') - system.innerHTML = `To post an image, use a direct image link such as i.imgur.com`; + system.innerHTML = ""; const url = document.getElementById('post-url').value const min_repost_check = 9; @@ -185,7 +185,7 @@ function checkRepost() { const permalinkText = escapeHTML(data["permalink"]); const permalinkURI = encodeURI(data["permalink"]); if (permalinkText) { - system.innerHTML = `This is a repost of ${permalinkText}`; + system.innerHTML = `This is a repost of ${permalinkText}`; } } } diff --git a/files/templates/submit.html b/files/templates/submit.html index 9da1248b4..387e2e623 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -48,7 +48,7 @@
- To post an image, use a direct image link such as i.imgur.com +