mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-19 01:24:05 +01:00
Fix selector in inline.js
Should make >>>/crossboard/links (and expanding links) work again
This commit is contained in:
parent
8943bb0bb3
commit
0b1c67574a
@ -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