This commit is contained in:
8chan 2014-10-06 19:03:50 -07:00 committed by czaks
parent 582c77a935
commit 9768bb6726

View File

@ -137,7 +137,7 @@ $(document).ready(function() {
// don't attach to outbound links
if (App.options.get('useBacklinks')) {
if (App.options.get('useInlining')) {
$('.body a:not([rel]), .mentioned a')
.attr('onclick', null)// XXX disable highlightReply
.click(inline)