IE compatibility message and W3C standardization

This commit is contained in:
2021-02-12 20:53:40 +01:00
parent e9dcc57fd4
commit 0b096aad6e
9 changed files with 80 additions and 55 deletions

View File

@ -30,7 +30,8 @@ jQuery(document).ready(function($)
if (data[i].photo != "none")
$(".photo img").attr("src", "photos/paintings/normal/" + data[i].number + ".jpg");
else
$(".photo img").attr("src", "images/unknown.jpg");
$(".photo img").attr("src", "images/unknown.jpg");
$(".photo img").attr("alt", "Tableau " + data[i].number);
// metadata
$(".metadata .content.number").append(GetNumber());