diff --git a/LICENSE b/LICENSE
index aab011a..2a40ad6 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (C) 2021 - Verdnatura Levante S.L.
+Copyright (C) 2023 - Verdnatura Levante S.L.
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/clockIn.html b/clockIn.html
index 5aab4aa..74f0fcd 100644
--- a/clockIn.html
+++ b/clockIn.html
@@ -6,10 +6,11 @@ and open the template in the editor.
-->
-
-
USUARIO
+
+
ID USUARIO
1
@@ -64,7 +65,7 @@ and open the template in the editor.
- ✗
+
@@ -72,9 +73,9 @@ and open the template in the editor.
0
-
+
- ✓
+
diff --git a/js/index.js b/js/index.js
index 373da26..1a7e28a 100644
--- a/js/index.js
+++ b/js/index.js
@@ -21,7 +21,7 @@ function setEvents() {
$(".btnCancel").on("click", function () {
pin = "";
- $("#txtPin").text("USUARIO");
+ $("#txtPin").text("ID USUARIO");
});
$(".btnOk").on("click", login);
@@ -47,7 +47,7 @@ function login() {
},
error: function() {
$(".loading").fadeOut(200);
- $("#txtPin").text("USUARIO");
+ $("#txtPin").text("ID USUARIO");
pin = "";
}
});
diff --git a/package-lock.json b/package-lock.json
index 8e14c92..d594190 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,15 +1,24 @@
{
"name": "es.verdnatura.worker-time-control",
- "version": "1.0.1",
- "lockfileVersion": 1,
+ "version": "1.0.2",
+ "lockfileVersion": 3,
"requires": true,
- "dependencies": {
- "fastclick": {
+ "packages": {
+ "": {
+ "name": "es.verdnatura.worker-time-control",
+ "version": "1.0.2",
+ "license": "GPL-3.0",
+ "dependencies": {
+ "fastclick": "^1.0.6",
+ "jquery": "^3.6.0"
+ }
+ },
+ "node_modules/fastclick": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/fastclick/-/fastclick-1.0.6.tgz",
"integrity": "sha1-FhYlsnsaWAZAWTa9qaLBkm0Gvmo="
},
- "jquery": {
+ "node_modules/jquery": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw=="
diff --git a/package.json b/package.json
index c9d2ef7..b12bd76 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "es.verdnatura.worker-time-control",
- "version": "1.0.1",
+ "version": "1.0.2",
"author": "Verdnatura Levante SL",
"description": "Fichador",
"displayName": "Fichador",