Эксперимент

This commit is contained in:
Book Pauk
2020-10-27 17:40:56 +07:00
parent 4f0189f3e0
commit b41d46ac57
2 changed files with 4 additions and 1 deletions

View File

@@ -67,6 +67,9 @@ const popupCenter = ({url, title, w, h}) => {
const newWindow = window.open(url, title,
`
scrollbars=yes,
location=no,
toolbar=yes,
menubar=no,
width=${w / systemZoom},
height=${h / systemZoom},
top=${top},