From 9ba590dd9069ef272cdb7258661a47b510a8e3be Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 12 Jun 2021 00:39:11 +0200 Subject: [PATCH] Update www --- www/ghcup.js | 4 +-- www/index.html | 73 +++++++------------------------------------------- 2 files changed, 12 insertions(+), 65 deletions(-) diff --git a/www/ghcup.js b/www/ghcup.js index 39ceb37..5d26475 100644 --- a/www/ghcup.js +++ b/www/ghcup.js @@ -158,8 +158,8 @@ function copyToClipboard() { document.body.removeChild(el); } -function copyToClipboardSilicon() { - const text = document.getElementById("ghcup-command-silicon").innerText; +function copyToClipboardPowershell() { + const text = document.getElementById("ghcup-command-powershell").innerText; const el = document.createElement('textarea'); el.value = text; document.body.appendChild(el); diff --git a/www/index.html b/www/index.html index 8fb41d6..c72f2ea 100644 --- a/www/index.html +++ b/www/index.html @@ -14,13 +14,12 @@ - - -