aboutsummaryrefslogtreecommitdiff
path: root/script.js
diff options
context:
space:
mode:
authorapolinario <joaopaulo.passos@gmail.com>2022-12-06 15:14:22 +0100
committerGitHub <noreply@github.com>2022-12-06 15:14:22 +0100
commit8eb638cdd3d08ad6e9373569fd81d0a6e8a63f16 (patch)
tree71f8163a138e8c365433c4dfc12f4a96171a7912 /script.js
parent1075819b16ef328805dd946acaffd43efa2eb444 (diff)
style change
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 49b6c557..1c8fcbf1 100644
--- a/script.js
+++ b/script.js
@@ -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() {