Changeset 5725
- Timestamp:
- 07/21/10 21:12:33 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/flash/dialogs/flash.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5723 r5725 80 80 <li><a href="http://dev.fckeditor.net/ticket/5775">#5775</a> : Required field's label to contain a CSS class to allow it to be styled differently.</li> 81 81 <li><a href="http://dev.fckeditor.net/ticket/5999">#5999</a> : Table dialog rows and columns fields are now marked as required..</li> 82 <li><a href="http://dev.fckeditor.net/ticket/5693">#5693</a> : baseHref detection in the flash dialog now works correctly.</li> 82 83 <li>Updated the following language files:<ul> 83 84 <li><a href="http://dev.fckeditor.net/ticket/5962">#5962</a> : German;</li> -
CKEditor/trunk/_source/plugins/flash/dialogs/flash.js
r5534 r5725 187 187 // Clear previously saved elements. 188 188 this.fakeImage = this.objectNode = this.embedNode = null; 189 previewPreloader = new CKEDITOR.dom.element( 'embed ed', editor.document );189 previewPreloader = new CKEDITOR.dom.element( 'embed', editor.document ); 190 190 191 191 // Try to detect any embed or object tag that has Flash parameters.
Note: See TracChangeset
for help on using the changeset viewer.
