Change js formatting function for 'number' type, using thousands separator

This commit is contained in:
Alfredo Cardigliano 2023-06-29 11:13:15 +02:00
parent c05afc9c38
commit 6546d76028
3 changed files with 117 additions and 105 deletions

View file

@ -433,8 +433,6 @@ local function dt_format_pkts(packets)
pkts = tonumber(packets)
end
tprint(pkts)
return pkts
end