993
edições
(Criou página com '<style> .agatha__bookshelfs { position: relative; background: url("https://image.ibb.co/njxx5o/back.jpg") 0 0 no-repeat; width: 386px; height: 424px; } .agatha__bookshelfArrow { position: absolute; display: none; width: 46px; } .agatha__bookshelfArrow.active { display: block; animation: blink 1s ease .2s backwards infinite; } @keyframes blink { 0% {...') |
Sem resumo de edição |
||
Linha 160: | Linha 160: | ||
e.preventDefault(); | e.preventDefault(); | ||
const code = document.querySelector("input[name='agatha__bookshelfCode']").value; | const code = document.querySelector("input[name='agatha__bookshelfCode']").value; | ||
decode( | decode(code); | ||
}) | }) | ||
}); | }); | ||
</script> | </script> |