This commit is contained in:
Ashley 2023-12-26 15:32:17 +00:00
parent b793d1377d
commit 22cbfb8d09

View file

@ -267,7 +267,7 @@ osInfoElement.textContent = `${osName} - `;
</script> <script> </script> <script>
function feelingLucky() { function feelingLucky() {
const query = document.getElementById('search_input').value; const query = document.getElementById('search__input').value;
// Add a cache buster (timestamp) // Add a cache buster (timestamp)
const cacheBuster = new Date().getTime(); const cacheBuster = new Date().getTime();