Update Tester.HTML

This commit is contained in:
Dangrainage 2024-04-25 00:15:29 +02:00 committed by GitHub
parent d45e7e21a2
commit ff756ffafd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,6 +49,7 @@
window.location.href = result.link;
}
};
console.log("Link:", result.link); // Log link to console for debugging
listItem.appendChild(link);
resultList.appendChild(listItem);
});