diff --git a/src/thumbtack/static/js/thumbtack.js b/src/thumbtack/static/js/thumbtack.js index 21caf20..478a8fe 100644 --- a/src/thumbtack/static/js/thumbtack.js +++ b/src/thumbtack/static/js/thumbtack.js @@ -36,12 +36,3 @@ function copyToClipboard(str) { document.execCommand('copy'); document.body.removeChild(el); } - -function toggleKey() { - var x = document.getElementById("key"); - if (x.type === "password") { - x.type = "text"; - } else { - x.type = "password"; - } -} \ No newline at end of file diff --git a/src/thumbtack/templates/index.html b/src/thumbtack/templates/index.html index 451e863..d91283e 100644 --- a/src/thumbtack/templates/index.html +++ b/src/thumbtack/templates/index.html @@ -64,20 +64,6 @@

Path to disk images: {{ image_dir }}<
- Decryption options -
{% endif %}