From a57860f39995c85b85ee2cb0c7eaf52ea3aa9168 Mon Sep 17 00:00:00 2001 From: UnrealApex Date: Wed, 5 May 2021 23:46:23 +0000 Subject: [PATCH] added missing semi colon --- static/privacy-policy.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/privacy-policy.html b/static/privacy-policy.html index 1da6757fb..bf08a4947 100644 --- a/static/privacy-policy.html +++ b/static/privacy-policy.html @@ -64,7 +64,7 @@ } else { alert("Unable to copy username"); - console.log("Failed to copy username") + console.log("Failed to copy username"); } }