From c0a7bcee67528dcdd1af35f78ea0e4fd3191d370 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Mon, 3 Sep 2012 21:30:51 +0200 Subject: [PATCH] Revert "Image replies limits are apparently fixed." This reverts commit a92f4261a544f35c151eabce1809982c473d4341. --- 4chan_x.user.js | 6 +++--- script.coffee | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index d35f36929..1ae7311b9 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4360,11 +4360,11 @@ case 'v': case 'co': case 'mlp': - return 250; + return 251; case 'vg': - return 370; + return 376; default: - return 150; + return 151; } })(); return Main.callbacks.push(this.node); diff --git a/script.coffee b/script.coffee index a5e8f236a..c342d0bf3 100644 --- a/script.coffee +++ b/script.coffee @@ -3457,11 +3457,11 @@ ThreadStats = @imgLimit = switch g.BOARD when 'a', 'b', 'v', 'co', 'mlp' - 250 + 251 when 'vg' - 370 + 376 else - 150 + 151 Main.callbacks.push @node node: (post) -> return if post.isInlined