diff --git a/4chan_x.js b/4chan_x.js index f6bda84c9..50ae2b6b0 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1987,7 +1987,7 @@ threadStats.replies++; if ($('img[md5]', root)) { threadStats.images++; - if (threadStats.images > 151) { + if (threadStats.images > 150) { $('#icount').className = 'error'; } } diff --git a/script.coffee b/script.coffee index d0fe0ae60..169d66d04 100644 --- a/script.coffee +++ b/script.coffee @@ -1557,7 +1557,7 @@ threadStats = threadStats.replies++ if $ 'img[md5]', root threadStats.images++ - if threadStats.images > 151 + if threadStats.images > 150 $('#icount').className = 'error' $('#rcount').textContent = threadStats.replies $('#icount').textContent = threadStats.images