minor fix

This commit is contained in:
Amm0ni4 2024-02-07 12:12:11 +01:00
parent ef0cff1a88
commit d3c8c215dc
2 changed files with 2 additions and 2 deletions

View file

@ -1717,7 +1717,7 @@
clearInterval(intervalId);
// Show download link in a popup
//alert('Press OK to go to the download link:\n' + url);
alert('Press OK to go to the download link:\n' + url);
// Redirect to the download link
window.location.href = url;

View file

@ -47,7 +47,7 @@
clearInterval(intervalId);
// Show download link in a popup
//alert('Press OK to go to the download link:\n' + url);
alert('Press OK to go to the download link:\n' + url);
// Redirect to the download link
window.location.href = url;