aboutsummaryrefslogtreecommitdiffstats
path: root/javascript/imageviewer.js
diff options
context:
space:
mode:
authorAidan Holland <thehappydinoa@gmail.com>2022-10-08 19:12:24 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-08 19:42:30 +0000
commit432782163ae53e605470bcefc9a6f796c4556912 (patch)
treef2d3b66f42702599bbbe2267e6b27349ed970d1c /javascript/imageviewer.js
parent610a7f4e1480c0ffeedb2a07dc27ae86bf03c3a8 (diff)
downloadstable-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.js2
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);
}