mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Remove stray whitespaces
This commit is contained in:
parent
eaea26b5e9
commit
5d596b644d
1 changed files with 1 additions and 1 deletions
|
|
@ -2721,7 +2721,7 @@ function trustedSetCookie(
|
||||||
}
|
}
|
||||||
if ( path !== 'none' ) {
|
if ( path !== 'none' ) {
|
||||||
cookieParts.push('; path=/');
|
cookieParts.push('; path=/');
|
||||||
}
|
}
|
||||||
document.cookie = cookieParts.join('');
|
document.cookie = cookieParts.join('');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue