mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-29 22:29:30 +02:00
close window
This commit is contained in:
parent
51d52d3a07
commit
6dcf7539bb
@ -317,6 +317,7 @@
|
|||||||
offsetY = height/2 - thisImage.height/2 - thisImage.height * Math.ceil( (height/2 - thisImage.height/2) / thisImage.height )
|
offsetY = height/2 - thisImage.height/2 - thisImage.height * Math.ceil( (height/2 - thisImage.height/2) / thisImage.height )
|
||||||
}
|
}
|
||||||
downloadTiledImage(thisImage, width, height, offsetX, offsetY, newtab)
|
downloadTiledImage(thisImage, width, height, offsetX, offsetY, newtab)
|
||||||
|
downloadTiledImageDialog.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById("dti-ok").addEventListener("click", onDownloadTiledImageClick)
|
document.getElementById("dti-ok").addEventListener("click", onDownloadTiledImageClick)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user