Ticket #1790: 1790.patch
File 1790.patch, 742 bytes (added by , 17 years ago) |
---|
-
editor/dialog/fck_paste.html
41 41 // First of all, translate the dialog box texts 42 42 oEditor.FCKLanguageManager.TranslatePage(document) ; 43 43 44 var sPastingType = window.parent. args.CustomValue ;44 var sPastingType = window.parent.Args().CustomValue ; 45 45 46 46 if ( sPastingType == 'Word' || sPastingType == 'Security' ) 47 47 { … … 102 102 103 103 var sHtml ; 104 104 105 var sPastingType = window.parent. args.CustomValue ;105 var sPastingType = window.parent.Args().CustomValue ; 106 106 107 107 if ( sPastingType == 'Word' || sPastingType == 'Security' ) 108 108 {