mirror of
https://github.com/vladmandic/automatic
synced 2026-09-08 13:58:43 +02:00
fix lightbox
This commit is contained in:
@@ -212,6 +212,6 @@ document.addEventListener("DOMContentLoaded", function() {
|
||||
|
||||
modal.appendChild(modalNext)
|
||||
|
||||
try { gadioApp().appendChild(modal); }
|
||||
try { gradioApp().appendChild(modal); }
|
||||
catch (e) { gradioApp().body.appendChild(modal); }
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user