Skip to content
GitLab
Menu
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
4bda4d93
Commit
4bda4d93
authored
Feb 13, 2019
by
sajolida
Browse files
Display 'Verify Tails' right-after installing on Chrome (
#16078
)
parent
bdb84287
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/install/inc/js/download.js
View file @
4bda4d93
...
...
@@ -329,6 +329,12 @@ document.addEventListener("DOMContentLoaded", function() {
}
}
// Right-after installing on Chrome, display the "Verify Tails..."
if
(
window
.
location
.
hash
===
"
#chrome-installation
"
)
{
toggleDirectBitTorrent
(
"
direct
"
);
showVerifyDownload
();
}
// To debug the display of the different states:
// showVerificationResult("successful");
// showVerificationResult("failed");
...
...
sajolida
@sajolida
mentioned in issue
#16078 (closed)
·
May 14, 2020
mentioned in issue
#16078 (closed)
mentioned in issue #16078
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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