From 0fc156b3beaedb7ddbebb4f4d92e1e80de955b94 Mon Sep 17 00:00:00 2001 From: Thayol Date: Sat, 2 Dec 2023 14:10:24 +0100 Subject: [PATCH] fix title with paranoia set --- js/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui.js b/js/ui.js index 7db3080..a4c7d5c 100644 --- a/js/ui.js +++ b/js/ui.js @@ -76,7 +76,7 @@ export default class UI { } this.rootObject.getElementById('timer').innerHTML = formattedRemaining - this.rootObject.title = `${remaining} - ${next.location} - SSO Timer` + this.rootObject.title = `${formattedRemaining} - ${next.location} - SSO Timer` } // TODO: refactor to builder