mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 16:23:28 +01:00
Insert the latest batch of images on top
This commit is contained in:
parent
a821b309f7
commit
fac8e8aa8b
@ -212,7 +212,7 @@
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script src="media/main.js?v=4"></script>
|
||||
<script src="media/main.js?v=5"></script>
|
||||
<script>
|
||||
async function init() {
|
||||
await loadModifiers()
|
||||
|
@ -260,7 +260,7 @@ function makeImageElement(width, height) {
|
||||
img.height = parseInt(height)
|
||||
|
||||
imgItem.appendChild(img)
|
||||
imagesContainer.appendChild(imgItem)
|
||||
imagesContainer.insertBefore(imgItem, imagesContainer.firstChild)
|
||||
|
||||
return imgItem
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user