Fix selector in inline.js
Should make >>>/crossboard/links (and expanding links) work again
This commit is contained in:
parent
8943bb0bb3
commit
0b1c67574a
@ -139,7 +139,7 @@ $(document).ready(function() {
|
||||
|
||||
if (App.options.get('useInlining')) {
|
||||
var assign_inline = function() {
|
||||
$('.body a:not([rel]), .mentioned a')
|
||||
$('.body a[href*="'+location.pathname+'"]:not([rel]):not(.toolong a), .mentioned a')
|
||||
.attr('onclick', null)// XXX disable highlightReply
|
||||
.off('click')
|
||||
.click(inline)
|
||||
|
Loading…
Reference in New Issue
Block a user