Actually fix new_post event inline.js

This commit is contained in:
8chan
2014-10-11 20:39:25 +02:00
committed by czaks
parent 1506bcc834
commit f3e2131f06
+1
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)
}