Ticket #1790: 1790.patch

File 1790.patch, 742 bytes (added by Martin Kou, 16 years ago)
  • editor/dialog/fck_paste.html

     
    4141        // First of all, translate the dialog box texts
    4242        oEditor.FCKLanguageManager.TranslatePage(document) ;
    4343
    44         var sPastingType = window.parent.args.CustomValue ;
     44        var sPastingType = window.parent.Args().CustomValue ;
    4545
    4646        if ( sPastingType == 'Word' || sPastingType == 'Security' )
    4747        {
     
    102102
    103103        var sHtml ;
    104104
    105         var sPastingType = window.parent.args.CustomValue ;
     105        var sPastingType = window.parent.Args().CustomValue ;
    106106
    107107        if ( sPastingType == 'Word' || sPastingType == 'Security' )
    108108        {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy