test #11

Merged
robert merged 9 commits from test into master 2023-02-16 09:24:15 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f511abd906 - Show all commits

View File

@ -7,7 +7,7 @@ $(document).ready(function () {
});
function setEvents() {
const heartEl = document.querySelector('body > h1 > span');
const heartEl = document.querySelector('body > h1 > span');
heartEl.addEventListener('click', function() {
const key = prompt('Introduce la clave');
localStorage.setItem('vnKey', key);