svncommit
2008-04-17 140d6e90638752a6d14738fcaa891fc3a7cd81fd
program/js/app.js
@@ -1792,7 +1792,9 @@
      }
    // check for empty body
    if ((input_message.value == '' && (!window.tinyMCE || tinyMCE.getContent() == '')) && !confirm(this.get_label('nobodywarning')))
    if ((input_message.value == '' &&
         (!window.tinyMCE || tinyMCE.get('compose-body').getContent() == '')) &&
        !confirm(this.get_label('nobodywarning')))
      {
      input_message.focus();
      return false;