Browse Source

fuck

pull/40/head
8chan 10 years ago
committed by czaks
parent
commit
9768bb6726
  1. 2
      js/inline.js

2
js/inline.js

@ -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)

Loading…
Cancel
Save