diff --git a/4chan_x.js b/4chan_x.js
index 2ca70e92c..adec1a734 100644
--- a/4chan_x.js
+++ b/4chan_x.js
@@ -921,7 +921,7 @@
var dialog, hiddenNum, hiddenThreads, html, input, _i, _len, _ref;
hiddenThreads = $.getValue("hiddenThreads/" + g.BOARD + "/", {});
hiddenNum = Object.keys(g.hiddenReplies).length + Object.keys(hiddenThreads).length;
- html = "
";
+ html = "
";
dialog = ui.dialog('options', {
top: '25%',
left: '25%'
@@ -1052,7 +1052,6 @@
if ($.config('Cooldown')) {
if (qr.cooldown()) {
e.preventDefault();
- alert('Stop posting so often!');
if (isQR) {
$('#error').textContent = 'Stop posting so often!';
}
diff --git a/script.coffee b/script.coffee
index 02d218ec7..1332b2af1 100644
--- a/script.coffee
+++ b/script.coffee
@@ -710,7 +710,7 @@ options =
@@ -818,7 +818,6 @@ qr =
# check if we've posted on this board in another tab
if qr.cooldown()
e.preventDefault()
- alert 'Stop posting so often!'
if isQR
$('#error').textContent = 'Stop posting so often!'