herp
This commit is contained in:
parent
4dcbaba38a
commit
80d6821dcd
@ -1918,7 +1918,7 @@
|
|||||||
mouseout: function(e) {
|
mouseout: function(e) {
|
||||||
var el;
|
var el;
|
||||||
el = ui.el;
|
el = ui.el;
|
||||||
$.hide(img);
|
$.hide(el);
|
||||||
return el.src = null;
|
return el.src = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1491,7 +1491,7 @@ imageHover =
|
|||||||
ui.winWidth = d.body.clientWidth
|
ui.winWidth = d.body.clientWidth
|
||||||
mouseout: (e) ->
|
mouseout: (e) ->
|
||||||
{el} = ui
|
{el} = ui
|
||||||
$.hide img
|
$.hide el
|
||||||
el.src = null
|
el.src = null
|
||||||
|
|
||||||
imgPreloading =
|
imgPreloading =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user