Changeset 1040 in subversion


Ignore:
Timestamp:
Feb 11, 2008 2:49:48 PM (5 years ago)
Author:
till
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/js/app.js

    r1021 r1040  
    18251825      // editor is a TinyMCE_Control object 
    18261826      var editor = tinyMCE.getInstanceById(eid); 
     1827      // if this is null, we should exit 
     1828      if (editor == null) { 
     1829        return false; 
     1830      } 
    18271831      var msgDoc = editor.getDoc(); 
    18281832      var msgBody = msgDoc.body; 
Note: See TracChangeset for help on using the changeset viewer.