Ticket #5308: 5308_2.patch

File 5308_2.patch, 596 bytes (added by Charlie, 14 years ago)

Updated as per alfonsoml's proposal

  • plugin.js

     
    3333
    3434                var top = parseInt( ( window.screen.height - height ) / 2, 10 ),
    3535                        left = parseInt( ( window.screen.width  - width ) / 2, 10 ),
    36                         options = 'location=no,menubar=no,toolbar=no,dependent=yes,minimizable=no,modal=yes,alwaysRaised=yes,resizable=yes' +
     36                        options = (editor.config.fileBrowserWindowFeatures || 'scrollbars=yes,resizable=yes') +
    3737                        ',width='  + width +
    3838                        ',height=' + height +
    3939                        ',top='  + top +
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy