alecpl
2011-12-21 96c946ee6ced0a9a68ef251528a3f900d5a01396
program/js/app.js
@@ -3082,7 +3082,7 @@
      if (!vis)
        this.stop_spellchecking();
      $(this.env.spellcheck.spell_container).css('visibility', vis ? 'visible' : 'hidden');
      $(this.env.spellcheck.spell_container)[vis ? 'show' : 'hide']();
    }
  };