This commit is contained in:
Nicolas Stepien 2012-04-12 09:45:14 +02:00
parent 218d3353f9
commit 4da7308206
3 changed files with 4 additions and 0 deletions

View File

@ -3469,6 +3469,7 @@
AutoGif = {
init: function() {
if (g.BOARD === 'gif') return;
return Main.callbacks.push(this.node);
},
node: function(post) {

View File

@ -1,4 +1,6 @@
master
- Mayhem
Auto-GIF will not run in /gif/.
2.29.3
- Mayhem

View File

@ -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