Parcourir la source

Fix tab freeze when inlining

Fixes ctrlcctrlv/infinity#451
pull/47/head^2
sourcerect czaks il y a 9 ans
Parent
révision
3515fdabe7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      js/inline.js

+ 1
- 1
js/inline.js Voir le fichier

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


Chargement…
Annuler
Enregistrer