log id
This commit is contained in:
parent
cdfb501952
commit
1c1a9e1937
@ -244,6 +244,7 @@ function removeMedia(evt: Event) {
|
||||
function onImgError(evt: Event) {
|
||||
const imgT = evt.target as HTMLImageElement;
|
||||
imgT.src = "/images/no_poster.jpg";
|
||||
console.log(imgT.parentElement?.parentElement?.id);
|
||||
}
|
||||
|
||||
function renderMedias(unsorted_movies: Array<Movie>) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user