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