Changeset 587


Ignore:
Timestamp:
03/21/09 19:36:09 (3 years ago)
Author:
mr_lundis
Message:

jQuery 1.3 compatibility fix, and test

Location:
trunk/src
Files:
1 added
1 edited

Legend:

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

    r583 r587  
    14851485        wym._exec(WYMeditor.INSERT_IMAGE, sStamp); 
    14861486 
    1487         jQuery("img[src=" + sStamp + "]", wym._doc.body) 
     1487        jQuery("img[src$=" + sStamp + "]", wym._doc.body) 
    14881488            .attr(WYMeditor.SRC, sUrl) 
    14891489            .attr(WYMeditor.TITLE, jQuery(wym._options.titleSelector).val()) 
Note: See TracChangeset for help on using the changeset viewer.