Ticket #1934: 1934_2.patch
File 1934_2.patch, 443 bytes (added by , 17 years ago) |
---|
-
editor/fckdialog.html
386 386 EnsureSelection : function() 387 387 { 388 388 if ( FCKDialog.SelectionData ) 389 FCKDialog.SelectionData.select() ; 389 { 390 try 391 { 392 FCKDialog.SelectionData.select() ; 393 } 394 catch ( e ) {} 395 } 390 396 }, 391 397 392 398 /**