Fix hide-threads.js interaction in no-animated-gif.js
This commit is contained in:
parent
4e635229b4
commit
8412299fa5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user