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(''); }