mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-31 13:30:01 +00:00
Revert
This reverts commit8c6c973614. Revert "Update settings.js" This reverts commit4fa673a68a. Revert "Update style.css" This reverts commita037918748.
This commit is contained in:
@@ -41,10 +41,8 @@ onUiLoaded(function() {
|
||||
settings_tabs.insertBefore(edit, settings_tabs.firstChild);
|
||||
settings_tabs.appendChild(buttonShowAllPages);
|
||||
|
||||
buttonShowAllPages.addEventListener("click", settingsShowAllTabs);
|
||||
|
||||
var settingsResultOutput = gradioApp().querySelector("#settings_result > div.svelte-1ed2p3z");
|
||||
settingsResultOutput.classList.add("prose");
|
||||
buttonShowAllPages.addEventListener("click", settingsShowAllTabs);
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user