From 8412299fa58ed3156c6af11fae80afac723e5321 Mon Sep 17 00:00:00 2001 From: 8chan Date: Fri, 21 Nov 2014 23:33:05 -0800 Subject: [PATCH] Fix hide-threads.js interaction in no-animated-gif.js --- js/no-animated-gif.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/no-animated-gif.js b/js/no-animated-gif.js index a10a6497..7036323c 100644 --- a/js/no-animated-gif.js +++ b/js/no-animated-gif.js @@ -13,6 +13,8 @@ */ function unanimate_gif(e) { + if ($(e).closest('.thread').children('.thread-hidden').length > 0) return; + if (active_page === "catalog") var c = $(''); else