Skip to content

Commit

Permalink
return with placeholder image
Browse files Browse the repository at this point in the history
  • Loading branch information
mneunomne committed Jan 12, 2025
1 parent 0360f05 commit b8d745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/adn/vault.js
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ function appendDisplayTo($div, adset) {
$img.on("error", function () {
isLoaded = true;
setItemClass($div, 'image-error');
// $img.attr('src', 'img/placeholder.svg');
$img.attr('src', 'img/placeholder.svg');
$img.attr('alt', 'Unable to load image');
$img.attr('data-error', 'error');
$img.off("error");
Expand Down

0 comments on commit b8d745d

Please sign in to comment.