index pseudo cookie
This commit is contained in:
parent
5d1a672094
commit
2440fa114b
1 changed files with 7 additions and 1 deletions
|
@ -25,5 +25,11 @@
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
</html>
|
<script>
|
||||||
|
pseudo = document.getElementById('form_input')
|
||||||
|
window.addEventListener('keyup', (event) => {
|
||||||
|
document.cookie = "pseudo="+pseudo.value
|
||||||
|
})
|
||||||
|
</script>
|
Loading…
Reference in a new issue