diff options
Diffstat (limited to 'app/photos/static/image-preview.js')
-rw-r--r-- | app/photos/static/image-preview.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/photos/static/image-preview.js b/app/photos/static/image-preview.js index b46dbd8..b8fead5 100644 --- a/app/photos/static/image-preview.js +++ b/app/photos/static/image-preview.js @@ -36,6 +36,7 @@ function build_image_preview () { return; } } + document.addEventListener("DOMContentLoaded", function(event) { build_image_preview(); }); |