Ticket #4155: 4155.patch
File 4155.patch, 575 bytes (added by , 14 years ago) |
---|
-
_source/tests/plugins/link/link.html
97 97 { 98 98 var dialog = editor._.storedDialogs[ 'link' ]; 99 99 var urlField = dialog.getContentElement( 'info', 'url' ); 100 urlField.setValue( ' http://svn.fckeditor.net' );100 urlField.setValue( 'svn.fckeditor.net' ); 101 101 102 102 dialog.fire( 'ok' ); 103 103 dialog.hide();