Woops, don't copypaste.
This commit is contained in:
parent
3fc5d1fabd
commit
cd9cd82292
@ -2810,10 +2810,8 @@
|
|||||||
return imgPreloading.preload(thumb);
|
return imgPreloading.preload(thumb);
|
||||||
},
|
},
|
||||||
preload: function(thumb) {
|
preload: function(thumb) {
|
||||||
var el, src;
|
return $.el('img', {
|
||||||
src = thumb.parentNode.href;
|
src: thumb.parentNode.href
|
||||||
return el = $.el('img', {
|
|
||||||
src: src
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@ -2065,8 +2065,7 @@ imgPreloading =
|
|||||||
return unless imgPreloading.on and thumb = $ 'img[md5]:last-child', root
|
return unless imgPreloading.on and thumb = $ 'img[md5]:last-child', root
|
||||||
imgPreloading.preload thumb
|
imgPreloading.preload thumb
|
||||||
preload: (thumb) ->
|
preload: (thumb) ->
|
||||||
src = thumb.parentNode.href
|
$.el 'img', src: thumb.parentNode.href
|
||||||
el = $.el 'img', { src }
|
|
||||||
|
|
||||||
imgGif =
|
imgGif =
|
||||||
init: ->
|
init: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user