Browse Source

Actually fix new_post event inline.js

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

1
js/inline.js

@ -141,6 +141,7 @@ $(document).ready(function() {
var assign_inline = function() {
$('.body a:not([rel]), .mentioned a')
.attr('onclick', null)// XXX disable highlightReply
.off('click')
.click(inline)
}

Loading…
Cancel
Save