Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mesh
meshmap
Commits
999abd48
Commit
999abd48
authored
Nov 28, 2018
by
Eric - kg6wxc
Browse files
enhancement: node pop-up link now opens in a new tab/window
thx n2mh
parent
7e136b88
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/map_functions.inc
View file @
999abd48
...
...
@@ -438,7 +438,7 @@ function build_Marker($node_info, $node_ServiceList, $node_LinkedList, $node_Fir
$markerList
=
''
;
$nodeUrl
=
"<NodeTitle><a href='http://"
.
$node_info
[
'node'
]
.
".local.mesh:8080'>"
.
$node_info
[
'node'
]
.
$nodeUrl
=
"<NodeTitle><a href='http://"
.
$node_info
[
'node'
]
.
".local.mesh:8080'
target='node'
>"
.
$node_info
[
'node'
]
.
"</a></NodeTitle>"
;
//Now we look at the 'channel' value, for each node, from the node_info database.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment