diff --git a/4chan_x.js b/4chan_x.js index adec1a734..bcd9b737d 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1054,6 +1054,8 @@ e.preventDefault(); if (isQR) { $('#error').textContent = 'Stop posting so often!'; + } else { + alert('Stop posting so often!'); } return; } diff --git a/script.coffee b/script.coffee index 1332b2af1..1bf3e2a4a 100644 --- a/script.coffee +++ b/script.coffee @@ -821,6 +821,8 @@ qr = if isQR $('#error').textContent = 'Stop posting so often!' + else + alert 'Stop posting so often!' return