Merge pull request #84 from MayhemYDG/master

Move OP's backlinking next to its numbah/quick report
This commit is contained in:
James Campos 2011-05-10 09:55:39 -07:00
commit 36ff73b875
2 changed files with 2 additions and 2 deletions

View File

@ -1705,7 +1705,7 @@
$.bind(link, 'mousemove', ui.hover);
$.bind(link, 'mouseout', ui.hoverend);
}
_results.push($.before($('br, blockquote', el), link));
_results.push($.before($('td > br, blockquote', el), link));
}
return _results;
}

View File

@ -1366,7 +1366,7 @@ quoteBacklink =
$.bind link, 'mouseover', quotePreview.mouseover
$.bind link, 'mousemove', ui.hover
$.bind link, 'mouseout', ui.hoverend
$.before $('br, blockquote', el), link
$.before $('td > br, blockquote', el), link
quotePreview =
init: ->