Changeset 4443
- Timestamp:
- 11/10/09 07:11:46 (4 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 2 edited
-
CHANGES.html (modified) (1 diff)
-
_source/plugins/link/dialogs/link.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r4442 r4443 48 48 <li><a href="http://dev.fckeditor.net/ticket/3918">#3918</a> : Fixed fake object is editable with Image dialog.</li> 49 49 <li><a href="http://dev.fckeditor.net/ticket/4053">#4053</a> : Fixed 'Form Properties' missing from context menu when selection collapsed inside form.</li> 50 <li><a href="http://dev.fckeditor.net/ticket/4401">#4401</a> : Fixed customized by removing 'upload' tab page from 'Link dialog' cause JavaScript error.</li> 50 51 </ul> 51 52 <h3> -
CKEditor/trunk/_source/plugins/link/dialogs/link.js
r3943 r4443 38 38 partIds = [ 'urlOptions', 'anchorOptions', 'emailOptions' ], 39 39 typeValue = this.getValue(), 40 uploadInitiallyHidden = dialog.definition.getContents( 'upload' ).hidden; 40 uploadTab = dialog.definition.getContents( 'upload' ), 41 uploadInitiallyHidden = uploadTab && uploadTab.hidden; 41 42 42 43 if ( typeValue == 'url' )
Note: See TracChangeset
for help on using the changeset viewer.
