mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:08:34 +01:00
whoa cool stuff
This commit is contained in:
parent
ca07b7af1f
commit
399b01ac60
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
|
||||
setTimeout(() => {
|
||||
window.location.href = link.href;
|
||||
}, 500);
|
||||
}, 005);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue