mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:18:29 +01:00
whoa cool stuff
This commit is contained in:
parent
d79322b53f
commit
7057c6628a
1 changed files with 1 additions and 1 deletions
|
@ -1475,7 +1475,7 @@ links.forEach(link => {
|
||||||
// Redirect to the link after a short delay to show the loading overlay
|
// Redirect to the link after a short delay to show the loading overlay
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location.href = link.href;
|
window.location.href = link.href;
|
||||||
}, 500);
|
}, 005);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue