mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-07 15:11:32 +01:00
Merge pull request #507 from sourcerect/master
Fix tab freeze when inlining
This commit is contained in:
commit
ff267ba711
@ -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…
x
Reference in New Issue
Block a user