Ticket #2986: 2986.patch

File 2986.patch, 880 bytes (added by Artur Formella, 15 years ago)
  • _source/plugins/image/dialogs/image.js

     
    617617                                                                                                                        resetButton.on( 'click', function()
    618618                                                                                                                                {
    619619                                                                                                                                        resetSize( this );
    620                                                                                                                                 }, this );      //this = dialog.
     620                                                                                                                                }, this.getDialog() );
    621621                                                                                                                        resetButton.on( 'mouseover', function()
    622622                                                                                                                                {
    623623                                                                                                                                        this.addClass( 'BtnOver' );
     
    645645                                                                                                                                                        updatePreview( this );
    646646                                                                                                                                                }
    647647                                                                                                                                        }
    648                                                                                                                                 }, this );
     648                                                                                                                                }, this.getDialog() );
    649649                                                                                                                        ratioButton.on( 'mouseover', function()
    650650                                                                                                                                {
    651651                                                                                                                                        this.addClass( 'BtnOver' );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy