diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-08-01 21:16:57 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-08-01 21:16:57 +0000 |
commit | 6fd82c0ff0b8ab230cd2bbf8efa0d4bbc088e3e8 (patch) | |
tree | fafba874216ae8137ae115c32e6d6ba114324355 /www/scripts | |
parent | 17983d86e1b905f8ae4ca46d0b59939bb7eed957 (diff) |
Made header a fixed div.
Diffstat (limited to 'www/scripts')
-rw-r--r-- | www/scripts/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/scripts/main.js b/www/scripts/main.js index 53027aa..3023ec6 100644 --- a/www/scripts/main.js +++ b/www/scripts/main.js @@ -515,6 +515,7 @@ function DoChangePassphrase() ); } + document.getElementById("PassPhrase").value = newphrase; document.getElementById("NewPassPhrase").value = ""; } } |