From b529b41911154b9c2af26c3a4f62eb1d83884699 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 7 Apr 2023 23:03:50 +0100 Subject: [PATCH] Bug squashing --- js/settings.js | 4 ++-- settings.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/settings.js b/js/settings.js index 5bfcded..bb0b2b6 100644 --- a/js/settings.js +++ b/js/settings.js @@ -105,9 +105,9 @@ async function logout() { // Simply removed the UUID from localstorage } async function showDone() { // Diaplays the 'Done' dialogue. - document.getElementById("done").style = "opacity: 1"; + document.getElementById("done").style = "opacity: 1; display: block"; } async function hideDone() { // Hides the 'Done' dialogue. - document.getElementById("done").style = "opacity: 0"; + document.getElementById("done").style = "opacity: 0; display: none"; } \ No newline at end of file diff --git a/settings.html b/settings.html index 9bba386..9648367 100644 --- a/settings.html +++ b/settings.html @@ -68,12 +68,12 @@


-
+

Enter your work email address:


Once you've registered you will receive an email with a link to create your access key.

-

Your email address is not stored by OwlBoard, accounts do not contain any identifying information and are automatically removed after six months of inactivity.

-

You can use the same email address again on another device to register.

+

Your email address is not stored by OwlBoard, accounts do not contain any identifying information and are automatically removed after three months of inactivity.

+

You can use the same email address again on multiple devices.