mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix for #836
Fixed bug in footer.lua that caused a JS error that prevented the page from being updated Moved utility functions from footer lua script to ntopng_utils.js
This commit is contained in:
parent
a6839c2de0
commit
ff20879987
6 changed files with 126 additions and 130 deletions
|
|
@ -123,7 +123,7 @@ end
|
|||
-- ##############################################
|
||||
|
||||
-- Simplified checker
|
||||
function isIPv6String(ip)
|
||||
function isIPv6Address(ip)
|
||||
if(string.find(ip, ":") ~= nil) then
|
||||
return true
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue