diff options
author | Ikko Ashimine <eltociear@gmail.com> | 2022-11-02 16:05:00 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-02 16:05:00 +0000 |
commit | d624cb82a7c65a1ea04e4b6e23f0164a3ba25e25 (patch) | |
tree | 5233aa516482ec7e683ddd4dac23fe2478e2f76a /javascript/ui.js | |
parent | 172c4bc09f0866e7dd114068ebe0f9abfe79ef33 (diff) | |
download | stable-diffusion-webui-gfx803-d624cb82a7c65a1ea04e4b6e23f0164a3ba25e25.tar.gz stable-diffusion-webui-gfx803-d624cb82a7c65a1ea04e4b6e23f0164a3ba25e25.tar.bz2 stable-diffusion-webui-gfx803-d624cb82a7c65a1ea04e4b6e23f0164a3ba25e25.zip |
Fix typo in ui.js
interation -> interaction
Diffstat (limited to 'javascript/ui.js')
-rw-r--r-- | javascript/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/ui.js b/javascript/ui.js index 7e116465..0308dce3 100644 --- a/javascript/ui.js +++ b/javascript/ui.js @@ -1,4 +1,4 @@ -// various functions for interation with ui.py not large enough to warrant putting them in separate files +// various functions for interaction with ui.py not large enough to warrant putting them in separate files function set_theme(theme){ gradioURL = window.location.href |