Remove stray whitespaces

This commit is contained in:
Raymond Hill 2023-06-15 20:00:57 -04:00
parent eaea26b5e9
commit 5d596b644d
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -2721,7 +2721,7 @@ function trustedSetCookie(
}
if ( path !== 'none' ) {
cookieParts.push('; path=/');
}
}
document.cookie = cookieParts.join('');
}