mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-20 01:31:44 +02:00
Update anapnoe_sd_uiux_core.js
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
const extraPageUserMetadataEditors = {};
|
||||
const anapnoe_app_id = "#anapnoe_app"; // Example ID. Ensure this ID exists in your HTML.
|
||||
const anapnoe_app = document.querySelector(anapnoe_app_id); // Initialize anapnoe_app
|
||||
const popup_trigger = document.querySelector("#popup_trigger_id"); // Replace with your actual element ID
|
||||
const anapnoe_app_id = "#anapnoe_app";
|
||||
const anapnoe_app = document.querySelector(anapnoe_app_id);
|
||||
const popup_trigger = document.querySelector("#popup_trigger_id");
|
||||
let Split;
|
||||
|
||||
window.all_gallery_buttons = function() {
|
||||
//orig_all_gallery_buttons();
|
||||
|
||||
Reference in New Issue
Block a user