aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-01-04 10:47:53 +0000
committerGitHub <noreply@github.com>2023-01-04 10:47:53 +0000
commita2ff57cfb04c8a22b737265ddd886f390ecbfc4f (patch)
treeb680d121062f0f160096436af76575699eda39a6 /script.js
parent6281c1bdb44165ef466bbfdc1d7490e33269bfdc (diff)
parent4fc81542077af73610279ad7b6b26e38718a0f81 (diff)
downloadstable-diffusion-webui-gfx803-a2ff57cfb04c8a22b737265ddd886f390ecbfc4f.tar.gz
stable-diffusion-webui-gfx803-a2ff57cfb04c8a22b737265ddd886f390ecbfc4f.tar.bz2
stable-diffusion-webui-gfx803-a2ff57cfb04c8a22b737265ddd886f390ecbfc4f.zip
Merge pull request #6295 from Gerschel/master
better targetting, class tabs was autoassigned
Diffstat (limited to 'script.js')
-rw-r--r--script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.js b/script.js
index 9748ec90..0e117d06 100644
--- a/script.js
+++ b/script.js
@@ -4,7 +4,7 @@ function gradioApp() {
}
function get_uiCurrentTab() {
- return gradioApp().querySelector('.tabs button:not(.border-transparent)')
+ return gradioApp().querySelector('#tabs button:not(.border-transparent)')
}
function get_uiCurrentTabContent() {