update resumen_diario.js
This commit is contained in:
@@ -60,7 +60,7 @@ PAGES.resumen_diario = {
|
|||||||
.get("materiales")
|
.get("materiales")
|
||||||
.map()
|
.map()
|
||||||
.on((data, key, _msg, _ev) => {
|
.on((data, key, _msg, _ev) => {
|
||||||
EVENTLISTENER2 = _ev;
|
EVENTLISTENER = _ev;
|
||||||
function add_row(data, key) {
|
function add_row(data, key) {
|
||||||
if (data != null) {
|
if (data != null) {
|
||||||
data["_key"] = key;
|
data["_key"] = key;
|
||||||
|
|||||||
Reference in New Issue
Block a user