cookie is a go
This commit is contained in:
parent
6e7d0b6467
commit
f10a4c24aa
1 changed files with 2 additions and 2 deletions
|
@ -55,10 +55,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#refresh {
|
#refresh {
|
||||||
|
max-width: 120px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background: var(--accent);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
|
|
||||||
#refresh:hover {
|
#refresh:hover {
|
||||||
|
@ -91,7 +92,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// load caches signature
|
// load caches signature
|
||||||
alert(document.cookie);
|
|
||||||
if (document.cookie.includes('=')) {
|
if (document.cookie.includes('=')) {
|
||||||
document.getElementById("signature-input").defaultValue = document.cookie.split('=')[1];
|
document.getElementById("signature-input").defaultValue = document.cookie.split('=')[1];
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue