Fix hide-threads.js interaction in no-animated-gif.js

This commit is contained in:
8chan 2014-11-21 23:33:05 -08:00 committed by czaks
parent 4e635229b4
commit 8412299fa5

View File

@ -13,6 +13,8 @@
*/
function unanimate_gif(e) {
if ($(e).closest('.thread').children('.thread-hidden').length > 0) return;
if (active_page === "catalog")
var c = $('<canvas class="thread-image"></canvas>');
else