From 847dc35f527a1afb9d9548137b88ae258ac3bc99 Mon Sep 17 00:00:00 2001 From: No Face Date: Thu, 23 Feb 2012 11:47:37 +0100 Subject: [PATCH] Update imagelimit for mlp. --- 4chan_x.user.js | 1 + script.coffee | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 04a293c82..96fe9a2cf 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3223,6 +3223,7 @@ threadStats.imgLimit = (function() { switch (g.BOARD) { case 'a': + case 'mlp': case 'v': return 251; case 'vg': diff --git a/script.coffee b/script.coffee index 0605e5703..23d9f3d27 100644 --- a/script.coffee +++ b/script.coffee @@ -2610,7 +2610,7 @@ threadStats = threadStats.posts = threadStats.images = 0 threadStats.imgLimit = switch g.BOARD - when 'a', 'v' + when 'a', 'mlp', 'v' 251 when 'vg' 501