diff --git a/files/templates/expanded_image_modal.html b/files/templates/expanded_image_modal.html index bdc2677e3..3502fae38 100644 --- a/files/templates/expanded_image_modal.html +++ b/files/templates/expanded_image_modal.html @@ -11,7 +11,7 @@ source = source.parentNode; console.log(source.nodeName); var url= source.dataset['bs-url']; - console.log(url); + console.log(source.dataset); expandDesktopImage(url); }