Close #382.
This commit is contained in:
parent
218d3353f9
commit
4da7308206
@ -3469,6 +3469,7 @@
|
||||
|
||||
AutoGif = {
|
||||
init: function() {
|
||||
if (g.BOARD === 'gif') return;
|
||||
return Main.callbacks.push(this.node);
|
||||
},
|
||||
node: function(post) {
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
master
|
||||
- Mayhem
|
||||
Auto-GIF will not run in /gif/.
|
||||
|
||||
2.29.3
|
||||
- Mayhem
|
||||
|
||||
@ -2905,6 +2905,7 @@ ImageHover =
|
||||
|
||||
AutoGif =
|
||||
init: ->
|
||||
return if g.BOARD is 'gif'
|
||||
Main.callbacks.push @node
|
||||
node: (post) ->
|
||||
return if post.root.hidden or not post.img
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user