From 9ac9f054d759acef0c4e993af1117e4116634941 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Sun, 26 Sep 2021 18:14:47 +0200 Subject: [PATCH] sex --- files/templates/expanded_image_modal.html | 1 + 1 file changed, 1 insertion(+) diff --git a/files/templates/expanded_image_modal.html b/files/templates/expanded_image_modal.html index 3c6499a54..5b4199ef5 100644 --- a/files/templates/expanded_image_modal.html +++ b/files/templates/expanded_image_modal.html @@ -8,6 +8,7 @@ event.preventDefault(); const source = event.target || event.srcElement; + console.log(source.nodeName); var url= source.data('url'); expandDesktopImage(url,url);