update app_modules.js
This commit is contained in:
@@ -953,8 +953,8 @@ function TS_IndexElement(
|
|||||||
});
|
});
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
tr.append(data.Fecha)
|
td.append(data.Fecha)
|
||||||
tr.append(document.createElement("br")
|
td.append(document.createElement("br"))
|
||||||
buttons.forEach((button) => {
|
buttons.forEach((button) => {
|
||||||
td.appendChild(button);
|
td.appendChild(button);
|
||||||
td.appendChild(document.createElement("br"));
|
td.appendChild(document.createElement("br"));
|
||||||
|
|||||||
Reference in New Issue
Block a user