forked from leftypol/leftypol
Fix selector in inline.js
Should make >>>/crossboard/links (and expanding links) work again
This commit is contained in:
parent
8943bb0bb3
commit
0b1c67574a
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ $(document).ready(function() {
|
||||||
// don't attach to outbound links
|
// don't attach to outbound links
|
||||||
|
|
||||||
if (App.options.get('useInlining')) {
|
if (App.options.get('useInlining')) {
|
||||||
var assign_inline = function() {
|
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
|
.attr('onclick', null)// XXX disable highlightReply
|
||||||
.off('click')
|
.off('click')
|
||||||
.click(inline)
|
.click(inline)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue