1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-24 23:50:11 +01:00

Actually fix new_post event inline.js

This commit is contained in:
8chan 2014-10-10 11:13:26 -07:00
parent 9ddacf0ab4
commit f7c1c63f78

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