Fixes undefined/null variables and various js errors

This commit is contained in:
Matteo Biscosi 2023-04-05 14:33:17 +00:00
parent d55dbe95c0
commit 904ccb2573
15 changed files with 29 additions and 432 deletions

View file

@ -246,7 +246,7 @@ export function datatableInitRefreshRows(table, column_id, refresh_interval, tre
}
}
if(!ids)
if(ids == null)
return(false);
// These parameters will be passed to the refresh endpoint