Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
5606721b
Commit
5606721b
authored
Sep 12, 2020
by
sajolida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove 'I already downloaded Tails'
Now that the transparency tricks are gone.
parent
da7d7ef2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
12 deletions
+0
-12
wiki/src/install/inc/js/download.js
wiki/src/install/inc/js/download.js
+0
-7
wiki/src/install/inc/steps/download.inline.html
wiki/src/install/inc/steps/download.inline.html
+0
-1
wiki/src/install/inc/stylesheets/download.css
wiki/src/install/inc/stylesheets/download.css
+0
-4
No files found.
wiki/src/install/inc/js/download.js
View file @
5606721b
...
...
@@ -123,7 +123,6 @@ document.addEventListener("DOMContentLoaded", function() {
}
function
showAnotherMirror
()
{
hide
(
document
.
getElementById
(
"
already-downloaded
"
));
show
(
document
.
getElementById
(
"
try-another-mirror
"
));
}
...
...
@@ -194,12 +193,6 @@ document.addEventListener("DOMContentLoaded", function() {
}
}
// Display "Verify with your browser" when "I already" is clicked
document
.
getElementById
(
"
already-downloaded
"
).
onclick
=
function
()
{
hitCounter
(
"
already-downloaded
"
);
resetVerificationResult
();
}
// Reset verification when downloading again after failure
document
.
getElementById
(
"
download-img-again
"
).
onclick
=
function
(
e
)
{
downloadAgain
(
e
,
this
);
}
document
.
getElementById
(
"
download-iso-again
"
).
onclick
=
function
(
e
)
{
downloadAgain
(
e
,
this
);
}
...
...
wiki/src/install/inc/steps/download.inline.html
View file @
5606721b
...
...
@@ -26,7 +26,6 @@ were solved, and known issues that have already been identified.</p>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_iso_url
"
raw=
"yes"
sort=
"age"
]]"
id=
"download-iso"
class=
"use-mirror-pool-on-retry btn btn-primary inline-block indent"
>
Download Tails [[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]] ISO image (
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_iso_size" raw="yes" sort="age"]]
</span>
)
</a>
</div>
<div
id=
"download-minor"
>
<p
id=
"already-downloaded"
class=
"indent"
><a>
I already downloaded Tails
<span
class=
"remove-extra-space"
>
[[!inline pages="inc/stable_amd64_version" raw="yes" sort="age"]]
</span>
.
</a></p>
<p
id=
"try-another-mirror"
class=
"indent"
>
If the download fails, try to
<a
href=
"[[!inline pages="
inc
/
stable_amd64_img_url
"
raw=
"yes"
sort=
"age"
]]"
class=
"usb upgrade download-only-img"
>
download from another mirror.
</a>
<a
href=
"[[!inline pages="
inc
/
stable_amd64_iso_url
"
raw=
"yes"
sort=
"age"
]]"
class=
"dvd vm download-only-iso"
>
download from another mirror.
</a>
...
...
wiki/src/install/inc/stylesheets/download.css
View file @
5606721b
...
...
@@ -132,10 +132,6 @@ html[dir="rtl"] .what-is-bittorrent-link { left: 1em; }
margin-top
:
0.5em
;
}
#already-downloaded
{
cursor
:
pointer
;
}
#try-another-mirror
{
display
:
none
;
}
...
...
Write
Preview
Markdown
is supported
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