Ahem.
This commit is contained in:
parent
944f70a64a
commit
4ba38e9d3b
@ -2013,6 +2013,7 @@
|
||||
$.bind(link, 'mouseover', quotePreview.mouseover);
|
||||
$.bind(link, 'mousemove', ui.hover);
|
||||
$.bind(link, 'mouseout', quotePreview.mouseout);
|
||||
$.bind(link, 'mouseout', ui.hoverend);
|
||||
}
|
||||
if (quoteBacklink.qi) {
|
||||
$.bind(link, 'click', quoteInline.toggle);
|
||||
|
||||
@ -1588,6 +1588,7 @@ quoteBacklink =
|
||||
$.bind link, 'mouseover', quotePreview.mouseover
|
||||
$.bind link, 'mousemove', ui.hover
|
||||
$.bind link, 'mouseout', quotePreview.mouseout
|
||||
$.bind link, 'mouseout', ui.hoverend
|
||||
if quoteBacklink.qi
|
||||
$.bind link, 'click', quoteInline.toggle
|
||||
unless container = $ '.container', el
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user