瀏覽代碼

Fix tab freeze when inlining

Fixes ctrlcctrlv/infinity#451
pull/47/head^2
sourcerect czaks 9 年之前
父節點
當前提交
3515fdabe7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      js/inline.js

+ 1
- 1
js/inline.js 查看文件

@@ -139,7 +139,7 @@ $(document).ready(function() {

if (App.options.get('useInlining')) {
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
.off('click')
.click(inline)


Loading…
取消
儲存