1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-21 21:19:36 +01:00

Fix selector in inline.js

Should make >>>/crossboard/links (and expanding links) work again
This commit is contained in:
7185 2014-10-27 19:13:30 +01:00
parent 7aec1c411a
commit 622bf62409

View File

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