derp
This commit is contained in:
parent
db856d775b
commit
0a0e102aea
@ -2466,12 +2466,11 @@
|
||||
id: 'iHover',
|
||||
src: this.parentNode.href
|
||||
});
|
||||
imgHover.img = img;
|
||||
ui.el = img;
|
||||
return $.append(d.body, img);
|
||||
},
|
||||
mouseout: function(e) {
|
||||
return $.rm(imgHover.img);
|
||||
return $.rm(ui.el);
|
||||
}
|
||||
};
|
||||
imgPreloading = {
|
||||
|
||||
@ -1862,11 +1862,10 @@ imgHover =
|
||||
img = $.el 'img'
|
||||
id: 'iHover'
|
||||
src: @parentNode.href
|
||||
imgHover.img = img
|
||||
ui.el = img
|
||||
$.append d.body, img
|
||||
mouseout: (e) ->
|
||||
$.rm imgHover.img
|
||||
$.rm ui.el
|
||||
|
||||
imgPreloading =
|
||||
init: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user