1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-31 07:13:39 -05:00
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>
function feelingLucky() {
const query = document.getElementById('search_input').value;
const query = document.getElementById('search__input').value;
// Add a cache buster (timestamp)
const cacheBuster = new Date().getTime();