Ticket #5308: 5308_3.patch
File 5308_3.patch, 686 bytes (added by , 13 years ago) |
---|
-
plugin.js
33 33 34 34 var top = parseInt( ( window.screen.height - height ) / 2, 10 ), 35 35 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 || 'location=no,menubar=no,toolbar=no,dependent=yes,minimizable=no,modal=yes,alwaysRaised=yes,scrollbars=yes,resizable=yes') + 37 37 ',width=' + width + 38 38 ',height=' + height + 39 39 ',top=' + top +