From 4ea4ba02d8e627c6c6088bf35a9265b9eebf87c1 Mon Sep 17 00:00:00 2001 From: Franzz Date: Fri, 22 Apr 2022 20:37:49 +0200 Subject: [PATCH] Fix clickable image marker --- masks/project.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masks/project.html b/masks/project.html index e65ee9b..4d06f41 100644 --- a/masks/project.html +++ b/masks/project.html @@ -887,7 +887,7 @@ function getPost(asPost) { .append($('', {'class':'drill'}) .append((!asPost.weather_icon || asPost.weather_icon=='unknown')?'':$('', {'class':'weather clickable', 'title':oSpot.lang(asPost.weather_cond)}).addIcon('fa-'+asPost.weather_icon).append($('').text(asPost.weather_temp+'°C'))) .append($('', {'class':'staticmap clickable', title: oSpot.lang('click_zoom'), src: asPost.static_img_url})) - .append($('', {'class': 'drill-icon fa-stack'}) + .append($('', {'class': 'drill-icon fa-stack clickable'}) .addIcon('fa-message fa-stack-2x clickable') .addIcon('fa-message-in fa-stack-1x fa-rotate-270') )