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 = { 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) {

View File

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

View File

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