Actually fix new_post event inline.js

This commit is contained in:
8chan 2014-10-10 11:13:26 -07:00 committed by czaks
parent 1506bcc834
commit f3e2131f06

View File

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