im so sorry

This commit is contained in:
Ashley 2023-12-26 15:34:56 +00:00
parent 22cbfb8d09
commit 8e445f4eab

View file

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