mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes undefined/null variables and various js errors
This commit is contained in:
parent
d55dbe95c0
commit
904ccb2573
15 changed files with 29 additions and 432 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue