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:
Luca Deri 2016-12-01 09:26:27 +01:00
parent a6839c2de0
commit ff20879987
6 changed files with 126 additions and 130 deletions

View file

@ -123,7 +123,7 @@ end
-- ##############################################
-- Simplified checker
function isIPv6String(ip)
function isIPv6Address(ip)
if(string.find(ip, ":") ~= nil) then
return true
end