diff --git a/Tester.HTML b/Tester.HTML index 8887a5c..6e0b3cb 100644 --- a/Tester.HTML +++ b/Tester.HTML @@ -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); });