diff --git a/files/templates/expanded_image_modal.html b/files/templates/expanded_image_modal.html index eaf1952e5..fcc39fb42 100644 --- a/files/templates/expanded_image_modal.html +++ b/files/templates/expanded_image_modal.html @@ -11,6 +11,7 @@ source = source.parentNode; console.log(source.nodeName); var url= source.dataset.url; + console.log(url); expandDesktopImage(url); }