From 5d596b644d4e57fd513cd0371dfdf46996d5208c Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 15 Jun 2023 20:00:57 -0400 Subject: [PATCH] Remove stray whitespaces --- assets/resources/scriptlets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/resources/scriptlets.js b/assets/resources/scriptlets.js index 654168e0a..1954abbfe 100644 --- a/assets/resources/scriptlets.js +++ b/assets/resources/scriptlets.js @@ -2721,7 +2721,7 @@ function trustedSetCookie( } if ( path !== 'none' ) { cookieParts.push('; path=/'); - } + } document.cookie = cookieParts.join(''); }