Changeset 617
- Timestamp:
- 05/01/09 12:00:55 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wymeditor/jquery.wymeditor.js
r615 r617 841 841 jQuery(this._box).find(this._options.toolSelector).click(function() { 842 842 wym.exec(jQuery(this).attr(WYMeditor.NAME)); 843 wym._iframe.contentWindow.focus(); //See #154 843 844 return(false); 844 845 }); … … 867 868 wym.toggleClass(sName, jqexpr); 868 869 } 870 wym._iframe.contentWindow.focus(); //See #154 869 871 return(false); 870 872 });
Note: See TracChangeset
for help on using the changeset viewer.