mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removed unused param
This commit is contained in:
parent
b76e639077
commit
a511d1c83b
1 changed files with 1 additions and 2 deletions
|
|
@ -379,8 +379,7 @@ function hostinfo2detailsurl(host_info, href_params, href_check)
|
|||
ntop.getHttpPrefix(),
|
||||
hostinfo2url(host_info),
|
||||
isEmptyString(url_params) and '' or '&',
|
||||
url_params,
|
||||
href_value)
|
||||
url_params)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue