mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:08:39 +01:00
lmafo
This commit is contained in:
parent
b793d1377d
commit
22cbfb8d09
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue