Replace eye icon with SVG for Apple platforms

This commit is contained in:
2021-01-30 14:19:01 +01:00
parent b838e78ec4
commit 131bbe11e6
3 changed files with 14 additions and 1 deletions

View File

@ -339,7 +339,7 @@ jQuery(document).ready(function($)
else
result += '<td>&nbsp;</td>'
result += '<td><a href="painting.html?number=' + i.number + '">👁</a></td>';
result += '<td><a href="painting.html?number=' + i.number + '"><img src="styles/icons/eye.svg"></a></td>';
result += "</tr>";
$("table").append(result);