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

This commit is contained in:
Robert Ferrús 2023-02-14 10:40:06 +01:00
parent 2d623e8cfc
commit d1e1f46621
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ function setEvents() {
const heartEl = document.querySelector('body > h1 > span');
heartEl.addEventListener('click', function() {
const key = prompt('Introduce la clave');
console.log('key', key)
if (key === null) return
localStorage.setItem('vnKey', key);
});