close window

This commit is contained in:
JeLuF 2023-06-03 00:04:13 +02:00
parent 51d52d3a07
commit 6dcf7539bb

View File

@ -317,6 +317,7 @@
offsetY = height/2 - thisImage.height/2 - thisImage.height * Math.ceil( (height/2 - thisImage.height/2) / thisImage.height )
}
downloadTiledImage(thisImage, width, height, offsetX, offsetY, newtab)
downloadTiledImageDialog.close()
}
document.getElementById("dti-ok").addEventListener("click", onDownloadTiledImageClick)