mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 04:28:34 +01:00
i hate this lmafo qwq
This commit is contained in:
parent
8e445f4eab
commit
5568bc23e6
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_form_input_homepagea').value;
|
||||
const query = document.getElementById('search_form_input_homepage').value;
|
||||
|
||||
// Add a cache buster (timestamp)
|
||||
const cacheBuster = new Date().getTime();
|
||||
|
|
Loading…
Reference in a new issue