cookie is a go

This commit is contained in:
awesomeuser 2023-08-02 21:30:49 +00:00
parent 6e7d0b6467
commit f10a4c24aa

View file

@ -55,10 +55,11 @@
}
#refresh {
max-width: 120px;
font-weight: 600;
text-align: center;
padding: 5px;
background: var(--accent);
color: var(--accent);
}
#refresh:hover {
@ -91,7 +92,6 @@
}
// load caches signature
alert(document.cookie);
if (document.cookie.includes('=')) {
document.getElementById("signature-input").defaultValue = document.cookie.split('=')[1];
}