diff options
author | apolinario <joaopaulo.passos@gmail.com> | 2022-12-06 14:14:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 14:14:22 +0000 |
commit | 8eb638cdd3d08ad6e9373569fd81d0a6e8a63f16 (patch) | |
tree | 71f8163a138e8c365433c4dfc12f4a96171a7912 | |
parent | 1075819b16ef328805dd946acaffd43efa2eb444 (diff) | |
download | stable-diffusion-webui-gfx803-8eb638cdd3d08ad6e9373569fd81d0a6e8a63f16.tar.gz stable-diffusion-webui-gfx803-8eb638cdd3d08ad6e9373569fd81d0a6e8a63f16.tar.bz2 stable-diffusion-webui-gfx803-8eb638cdd3d08ad6e9373569fd81d0a6e8a63f16.zip |
style change
-rw-r--r-- | script.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ function gradioApp(){ - return !!document.getElementsByTagName('gradio-app')[0].shadowRoot ? document.getElementsByTagName('gradio-app')[0].shadowRoot : document + return !!document.getElementsByTagName('gradio-app')[0].shadowRoot ? document.getElementsByTagName('gradio-app')[0].shadowRoot : document; } function get_uiCurrentTab() { |