fix some styling
This commit is contained in:
parent
594254dac3
commit
915450b0b0
@ -16,7 +16,7 @@ function getCookie(cname) {
|
||||
let name = cname + "=";
|
||||
let decodedCookie = decodeURIComponent(document.cookie);
|
||||
let ca = decodedCookie.split(";");
|
||||
for(let i = 0; i <ca.length; i++) {
|
||||
for(let i = 0; i < ca.length; i++) {
|
||||
let c = ca[i];
|
||||
while (c.charAt(0) === " ") {
|
||||
c = c.substring(1);
|
||||
|
Loading…
Reference in New Issue
Block a user