forked from leftypol/leftypol
Actually fix new_post event inline.js
This commit is contained in:
parent
1506bcc834
commit
f3e2131f06
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue