whoa cool stuff

This commit is contained in:
Ashley 2023-03-11 15:59:48 +00:00
parent d79322b53f
commit 7057c6628a

View file

@ -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);
}
});
});