This commit is contained in:
parent
faf0f545a8
commit
54f4c104f1
|
@ -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);
|
||||
|
@ -32,7 +32,6 @@ function setEvents() {
|
|||
}, 200);
|
||||
$(".loading").fadeOut(200);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
function login() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "es.verdnatura.worker-time-control",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
Loading…
Reference in New Issue