Thomas Bruederli
2013-11-10 7bfc02e122a6f043be5b03bc91ecb4d87e9afc15
Track typing activity in HTML editor
1 files modified
3 ■■■■■ changed files
program/js/editor.js 3 ●●●●● patch | view | raw | blame | history
program/js/editor.js
@@ -61,6 +61,9 @@
        if (!active)
          rcmail.spellcheck_state();
      });
      ed.onKeyPress.add(function(ed, e) {
          rcmail.compose_type_activity++;
      });
    }
  }