refs #4869 #9

Merged
robert merged 3 commits from 4869-workerTimeControl into test 2023-02-14 06:12:49 +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');
Outdated
Review

Tabula bé la línia

Tabula bé la línia
heartEl.addEventListener('click', function() {
const key = prompt('Introduce la clave');
localStorage.setItem('vnKey', key);