Changeset 587
- Timestamp:
- 03/21/09 19:36:09 (3 years ago)
- Location:
- trunk/src
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wymeditor/jquery.wymeditor.js
r583 r587 1485 1485 wym._exec(WYMeditor.INSERT_IMAGE, sStamp); 1486 1486 1487 jQuery("img[src =" + sStamp + "]", wym._doc.body)1487 jQuery("img[src$=" + sStamp + "]", wym._doc.body) 1488 1488 .attr(WYMeditor.SRC, sUrl) 1489 1489 .attr(WYMeditor.TITLE, jQuery(wym._options.titleSelector).val())
Note: See TracChangeset
for help on using the changeset viewer.