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