Ver código fonte

Fix tab freeze when inlining

Fixes ctrlcctrlv/infinity#451
pull/47/head^2
sourcerect czaks 9 anos atrás
pai
commit
3515fdabe7
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      js/inline.js

+ 1
- 1
js/inline.js Ver arquivo

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


Carregando…
Cancelar
Salvar