mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-08 13:19:54 +00:00
lint
This commit is contained in:
@@ -148,7 +148,7 @@ function extraNetworksMovePromptToTab(tabname, id, showPrompt, showNegativePromp
|
|||||||
|
|
||||||
function extraNetworksShowControlsForPage(tabname, tabname_full) {
|
function extraNetworksShowControlsForPage(tabname, tabname_full) {
|
||||||
gradioApp().querySelectorAll('#' + tabname + '_extra_tabs .extra-networks-controls-div > div').forEach(function(elem) {
|
gradioApp().querySelectorAll('#' + tabname + '_extra_tabs .extra-networks-controls-div > div').forEach(function(elem) {
|
||||||
targetId = tabname_full + "_controls"
|
var targetId = tabname_full + "_controls";
|
||||||
elem.style.display = elem.id == targetId ? "" : "none";
|
elem.style.display = elem.id == targetId ? "" : "none";
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user