diff options
author | Aidan Holland <thehappydinoa@gmail.com> | 2022-10-08 19:12:24 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-08 19:42:30 +0000 |
commit | 432782163ae53e605470bcefc9a6f796c4556912 (patch) | |
tree | f2d3b66f42702599bbbe2267e6b27349ed970d1c /javascript/imageviewer.js | |
parent | 610a7f4e1480c0ffeedb2a07dc27ae86bf03c3a8 (diff) | |
download | stable-diffusion-webui-gfx803-432782163ae53e605470bcefc9a6f796c4556912.tar.gz stable-diffusion-webui-gfx803-432782163ae53e605470bcefc9a6f796c4556912.tar.bz2 stable-diffusion-webui-gfx803-432782163ae53e605470bcefc9a6f796c4556912.zip |
chore: Fix typos
Diffstat (limited to 'javascript/imageviewer.js')
-rw-r--r-- | javascript/imageviewer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/imageviewer.js b/javascript/imageviewer.js index 4c0e8f4b..6a00c0da 100644 --- a/javascript/imageviewer.js +++ b/javascript/imageviewer.js @@ -95,7 +95,7 @@ function showGalleryImage(){ e.addEventListener('click', function (evt) { if(!opts.js_modal_lightbox) return; - modalZoomSet(gradioApp().getElementById('modalImage'), opts.js_modal_lightbox_initialy_zoomed) + modalZoomSet(gradioApp().getElementById('modalImage'), opts.js_modal_lightbox_initially_zoomed) showModal(evt) },true); } |