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')
)