Changeset 619


Ignore:
Timestamp:
05/01/09 21:57:22 (3 years ago)
Author:
jf.hovinne
Message:

Fix r617 regression, see #154 (thanks weswinham).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wymeditor/jquery.wymeditor.js

    r618 r619  
    840840  //handle click event on tools buttons 
    841841  jQuery(this._box).find(this._options.toolSelector).click(function() { 
    842     wym.exec(jQuery(this).attr(WYMeditor.NAME)); 
    843842    wym._iframe.contentWindow.focus(); //See #154 
     843    wym.exec(jQuery(this).attr(WYMeditor.NAME));     
    844844    return(false); 
    845845  }); 
Note: See TracChangeset for help on using the changeset viewer.