mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-27 17:00:52 +01:00
parent
aa98ca337e
commit
3515fdabe7
@ -139,7 +139,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
if (App.options.get('useInlining')) {
|
if (App.options.get('useInlining')) {
|
||||||
var assign_inline = function() {
|
var assign_inline = function() {
|
||||||
$('.body a[href*="'+location.pathname+'"]:not([rel]):not(.toolong a), .mentioned a')
|
$('.body a[href*="'+location.pathname+'"]').not('[rel]').not('.toolong > a').add('.mentioned a')
|
||||||
.attr('onclick', null)// XXX disable highlightReply
|
.attr('onclick', null)// XXX disable highlightReply
|
||||||
.off('click')
|
.off('click')
|
||||||
.click(inline)
|
.click(inline)
|
||||||
|
Loading…
Reference in New Issue
Block a user