i hate this lmafo qwq

This commit is contained in:
Ashley 2023-12-26 15:37:42 +00:00
parent 8e445f4eab
commit 5568bc23e6

View file

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