summaryrefslogtreecommitdiff
path: root/app/photos/static/image-preview.js
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-06-04 20:27:23 -0500
committerluxagraf <sng@luxagraf.net>2018-06-04 20:27:23 -0500
commit5a3d3d2e9d2ab67218144f7c2e35d70f47f9ad93 (patch)
treee57821443383b158e640d7afc8c2b40375c5c3cb /app/photos/static/image-preview.js
parent8f4bbcbc391f318adb6eca5c538add126811feee (diff)
converted jrnl entry to use image for featured image
Diffstat (limited to 'app/photos/static/image-preview.js')
-rw-r--r--app/photos/static/image-preview.js1
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();
});