Show website for support

This commit is contained in:
Mark 2018-11-27 14:55:06 +01:00
parent 854755277c
commit c7fd147f59

View File

@ -144,10 +144,6 @@ Item
{
return ""
}
if (details.author_email)
{
return "<a href=\"mailto:" + details.author_email+"?Subject=Cura: " + details.name + "\">" + details.author_name + "</a>"
}
else
{
return "<a href=\"" + details.website + "\">" + details.author_name + "</a>"