thomascube
2011-12-19 18863495ae95937276919f83db54f439ede8bd18
program/js/app.js
@@ -3092,7 +3092,7 @@
      if (!vis)
        this.stop_spellchecking();
      $(this.env.spellcheck.spell_container).css('visibility', vis ? 'visible' : 'hidden');
      $(this.env.spellcheck.spell_container)[vis ? 'show' : 'hide']();
    }
  };