update avisos.js
This commit is contained in:
@@ -171,11 +171,11 @@ PAGES.avisos = {
|
|||||||
var btn_new = safeuuid();
|
var btn_new = safeuuid();
|
||||||
container.innerHTML = `
|
container.innerHTML = `
|
||||||
<h1>Avisos</h1>
|
<h1>Avisos</h1>
|
||||||
<button id="${btn_new}">Nueva notificación</button>
|
<button id="${btn_new}">Nuevo aviso</button>
|
||||||
<div id="cont"></div>
|
<div id="cont"></div>
|
||||||
`;
|
`;
|
||||||
TS_IndexElement(
|
TS_IndexElement(
|
||||||
"notificaciones",
|
"avisos",
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
key: "Origen",
|
key: "Origen",
|
||||||
|
|||||||
Reference in New Issue
Block a user