Ticket #5308: 5308.patch
File 5308.patch, 641 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 = 'scrollbars=yes,location=no,menubar=no,toolbar=no,dependent=yes,minimizable=no,modal=yes,alwaysRaised=yes,resizable=yes' + 37 37 ',width=' + width + 38 38 ',height=' + height + 39 39 ',top=' + top +