Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
9df0e7f6
Commit
9df0e7f6
authored
Nov 13, 2018
by
sajolida
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/bug/16098+Chromeinstall'
parents
408a6e20
b51e885e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
wiki/src/install/inc/js/download.js
wiki/src/install/inc/js/download.js
+0
-9
No files found.
wiki/src/install/inc/js/download.js
View file @
9df0e7f6
...
...
@@ -314,15 +314,6 @@ document.addEventListener("DOMContentLoaded", function() {
}
}
// Install Chrome extension when clicking "chrome" links
// See https://developer.chrome.com/webstore/inline_installation
var
chromeInstallationLinks
=
document
.
getElementsByClassName
(
"
chrome
"
);
for
(
let
i
=
0
;
i
<
chromeInstallationLinks
.
length
;
i
++
)
{
chromeInstallationLinks
[
i
].
onclick
=
function
()
{
chrome
.
webstore
.
install
();
}
}
// To debug the display of the different states:
// showVerificationResult("successful");
// showVerificationResult("failed");
...
...
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