lsc hai 5 meses
pai
achega
5d00ed3cbf
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      js/Desktop/Onload.js

+ 2 - 2
js/Desktop/Onload.js

@@ -1185,8 +1185,8 @@ U.MD.D.getNotice = function () {
 //  });
 
 
-function formatDate(date) {
-    let date = new Date(date)
+function formatDate(_date) {
+    let date = new Date(_date)
     const year = date.getFullYear();
     const month = (date.getMonth() + 1).toString().padStart(2, "0");
     const day = date.getDate().toString().padStart(2, "0");