Ticket #3288: 3288.patch

File 3288.patch, 434 bytes (added by Artur Formella, 15 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    3838                                        this.getSelection().lock();
    3939                        }
    4040                        else
    41                                 $doc.execCommand( 'inserthtml', false, data );
     41                                this.document.$.execCommand( 'inserthtml', false, data );
    4242                }
    4343        }
    4444
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy