aboutsummaryrefslogtreecommitdiffstats
path: root/script.js
diff options
context:
space:
mode:
authorcatalpaaa <89681913+catalpaaa@users.noreply.github.com>2023-05-01 18:59:21 +0000
committerGitHub <noreply@github.com>2023-05-01 18:59:21 +0000
commit9eb5b3e90f1775af81c828f19e7caded70ba8884 (patch)
tree4630848311b90277462842669274852f7f6a972a /script.js
parentecdc6471e7d694ef9ecec96e8c3128237efe069a (diff)
parent72cd27a13587c9579942577e9e3880778be195f6 (diff)
downloadstable-diffusion-webui-gfx803-9eb5b3e90f1775af81c828f19e7caded70ba8884.tar.gz
stable-diffusion-webui-gfx803-9eb5b3e90f1775af81c828f19e7caded70ba8884.tar.bz2
stable-diffusion-webui-gfx803-9eb5b3e90f1775af81c828f19e7caded70ba8884.zip
Merge branch 'experimental' into subpath-support
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 1b9a443f..03afe844 100644
--- a/script.js
+++ b/script.js
@@ -7,7 +7,7 @@ function gradioApp() {
}
function get_uiCurrentTab() {
- return gradioApp().querySelector('#tabs button:not(.border-transparent)')
+ return gradioApp().querySelector('#tabs button.selected')
}
function get_uiCurrentTabContent() {