Changeset 619
- Timestamp:
 - 05/01/09 21:57:22 (3 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/src/wymeditor/jquery.wymeditor.js (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/src/wymeditor/jquery.wymeditor.js
r618 r619 840 840 //handle click event on tools buttons 841 841 jQuery(this._box).find(this._options.toolSelector).click(function() { 842 wym.exec(jQuery(this).attr(WYMeditor.NAME));843 842 wym._iframe.contentWindow.focus(); //See #154 843 wym.exec(jQuery(this).attr(WYMeditor.NAME)); 844 844 return(false); 845 845 });  
Note: See TracChangeset
          for help on using the changeset viewer.