mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-20 20:51:50 +01:00
Fix selector in inline.js
Should make >>>/crossboard/links (and expanding links) work again
This commit is contained in:
parent
7aec1c411a
commit
622bf62409
@ -138,8 +138,8 @@ $(document).ready(function() {
|
||||
// don't attach to outbound links
|
||||
|
||||
if (App.options.get('useInlining')) {
|
||||
var assign_inline = function() {
|
||||
$('.body a:not([rel]), .mentioned a')
|
||||
var assign_inline = function() {
|
||||
$('.body a[href*="'+location.pathname+'"]:not([rel]):not(.toolong a), .mentioned a')
|
||||
.attr('onclick', null)// XXX disable highlightReply
|
||||
.off('click')
|
||||
.click(inline)
|
||||
|
Loading…
x
Reference in New Issue
Block a user