Proper backlink position for the OP
This commit is contained in:
parent
b2c6c31840
commit
51d2646bdb
@ -1705,7 +1705,7 @@
|
|||||||
$.bind(link, 'mousemove', ui.hover);
|
$.bind(link, 'mousemove', ui.hover);
|
||||||
$.bind(link, 'mouseout', ui.hoverend);
|
$.bind(link, 'mouseout', ui.hoverend);
|
||||||
}
|
}
|
||||||
_results.push($.before($('br, blockquote', el), link));
|
_results.push($.before($('.op > blockquote, td > br, td > blockquote', el.parentNode), link));
|
||||||
}
|
}
|
||||||
return _results;
|
return _results;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1366,7 +1366,7 @@ quoteBacklink =
|
|||||||
$.bind link, 'mouseover', quotePreview.mouseover
|
$.bind link, 'mouseover', quotePreview.mouseover
|
||||||
$.bind link, 'mousemove', ui.hover
|
$.bind link, 'mousemove', ui.hover
|
||||||
$.bind link, 'mouseout', ui.hoverend
|
$.bind link, 'mouseout', ui.hoverend
|
||||||
$.before $('br, blockquote', el), link
|
$.before $('.op > blockquote, td > br, td > blockquote', el.parentNode), link
|
||||||
|
|
||||||
quotePreview =
|
quotePreview =
|
||||||
init: ->
|
init: ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user