mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix copy button. (#7618)
This commit is contained in:
parent
d2453b5742
commit
1f96924668
1 changed files with 1 additions and 1 deletions
|
|
@ -1525,7 +1525,7 @@ function format_external_link(url, name, no_html, proto, i18n_key)
|
|||
return(url)
|
||||
else
|
||||
local external_field = url
|
||||
proto = ternary(((proto) and (proto == 'http')), 'http', 'https')
|
||||
proto = ternary(((proto) and (proto == 'http' or proto == 'HTTP')), 'http', 'https')
|
||||
|
||||
if no_html == false then
|
||||
if not isEmptyString(url) and not string.find(url, '*') then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue