Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
ee9a2aac
Commit
ee9a2aac
authored
Mar 26, 2018
by
sajolida
Browse files
Don't change mirrors a third time on failed-again (
#15443
)
parent
d7c3924f
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/install/inc/js/download.js
View file @
ee9a2aac
...
...
@@ -223,7 +223,6 @@ document.addEventListener("DOMContentLoaded", function() {
}
else
if
(
result
===
"
failed-again
"
)
{
show
(
document
.
getElementById
(
"
verification-failed-again
"
));
replaceUrlPrefixWithRandomMirror
(
document
.
querySelectorAll
(
"
.use-mirror-pool
"
));
// Change mirrors in case people try again anyway
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment