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) {
|
if (isTrusted) {
|
||||||
document.getElementById('result-safe').style.display = 'block';
|
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
|
// Go to the package page after 1 second to give user feedback that the scan was successful
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
window.location.href = data;
|
window.location.href = data;
|
||||||
return;
|
|
||||||
}, 1000);
|
}, 1000);
|
||||||
} else {
|
} else {
|
||||||
document.getElementById('result-warning').style.display = 'block';
|
document.getElementById('result-warning').style.display = 'block';
|
||||||
|
|||||||
Reference in New Issue
Block a user