I wish I was more thoughtful sometimes.
This commit is contained in:
parent
216ccf95c5
commit
f7befc71e6
@ -1705,7 +1705,7 @@
|
||||
$.bind(link, 'mousemove', ui.hover);
|
||||
$.bind(link, 'mouseout', ui.hoverend);
|
||||
}
|
||||
_results.push($.before($('.op > blockquote, td > br, td > blockquote', el), link));
|
||||
_results.push($.before($('td > br, blockquote', el), link));
|
||||
}
|
||||
return _results;
|
||||
}
|
||||
|
||||
@ -1366,7 +1366,7 @@ quoteBacklink =
|
||||
$.bind link, 'mouseover', quotePreview.mouseover
|
||||
$.bind link, 'mousemove', ui.hover
|
||||
$.bind link, 'mouseout', ui.hoverend
|
||||
$.before $('.op > blockquote, td > br, td > blockquote', el), link
|
||||
$.before $('td > br, blockquote', el), link
|
||||
|
||||
quotePreview =
|
||||
init: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user