Ticket #2738: 2738.patch

File 2738.patch, 1.3 KB (added by Alfonso Martínez de Lizarrondo, 15 years ago)

Proposed patch

  • editor/_source/commandclasses/fck_othercommands.js

     
    311311        return state ;
    312312}
    313313
    314 FCKVisitLinkCommand = function()
     314var FCKVisitLinkCommand = function()
    315315{
    316316        this.Name = 'VisitLink';
    317317}
  • editor/_source/internals/fckdocumentprocessor.js

     
    122122}
    123123
    124124// EMBED and OBJECT tags.
    125 FCKEmbedAndObjectProcessor = (function()
     125var FCKEmbedAndObjectProcessor = (function()
    126126{
    127127        var customProcessors = [] ;
    128128
  • fckeditor.js

     
    177177        if (this.ToolbarSet)
    178178                sLink += '&Toolbar=' + this.ToolbarSet ;
    179179
    180         html = '<iframe id="' + this.InstanceName +
     180        var html = '<iframe id="' + this.InstanceName +
    181181                '___Frame" src="' + sLink +
    182182                '" width="' + this.Width +
    183183                '" height="' + this.Height ;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy