fix link stuff
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 29s
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 29s
This commit is contained in:
@@ -208,11 +208,9 @@
|
||||
|
||||
if (isTrusted) {
|
||||
document.getElementById('result-safe').style.display = 'block';
|
||||
document.getElementById('result-safe-link').href = data;
|
||||
// Go to the package page after 1 second to give user feedback that the scan was successful
|
||||
setTimeout(function() {
|
||||
window.location.href = data;
|
||||
return;
|
||||
}, 1000);
|
||||
} else {
|
||||
document.getElementById('result-warning').style.display = 'block';
|
||||
|
||||
Reference in New Issue
Block a user