mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:34:46 -05: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>
|
</script> <script>
|
||||||
|
|
||||||
function feelingLucky() {
|
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)
|
// Add a cache buster (timestamp)
|
||||||
const cacheBuster = new Date().getTime();
|
const cacheBuster = new Date().getTime();
|
||||||
|
|
Loading…
Reference in a new issue