fix some styling

This commit is contained in:
Arthur Lu 2023-01-08 21:46:14 -08:00
parent 594254dac3
commit 915450b0b0

View File

@ -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);