1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-12 01:50:48 +01:00
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)