IE compatibility message and W3C standardization
This commit is contained in:
@ -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());
|
||||
|
Reference in New Issue
Block a user