refs #4869
gitea/worker-time-control/pipeline/head This commit looks good Details

This commit is contained in:
Robert Ferrús 2023-01-27 08:47:42 +01:00
parent 54f4c104f1
commit f511abd906
1 changed files with 1 additions and 1 deletions

View File

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