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
74429f66
Commit
74429f66
authored
Nov 03, 2020
by
Eric
Browse files
bigfix: move spiderfy active message into the correct <div> tag. :man_facepalming:
parent
17fc47f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
webpage/map_display.php
View file @
74429f66
...
...
@@ -325,7 +325,7 @@ if (isset($USER_SETTINGS['map_iFrame_Enabled']) && ($USER_SETTINGS['map_iFrame_E
echo
$GLOBALS
[
'map_div_embedded'
];
}
else
{
echo
"<div id='meshmap'>
\n
"
;
// Closing tag at end of primary routine
echo
"<div id='mapid'></div>
\n
"
;
echo
"<div id='mapid'><
div id='spiderfyActive'>SPIDERFY ACTIVE</div><
/div>
\n
"
;
}
}
else
{
echo
"<div id='meshmap'>
\n
"
;
// Closing tag at end of primary routine
...
...
@@ -377,7 +377,7 @@ if (isset($GLOBALS['hide_admin'])) {
}
if
(
isset
(
$USER_SETTINGS
[
'map_iFrame_Enabled'
])
&&
!
(
$USER_SETTINGS
[
'map_iFrame_Enabled'
]))
{
echo
"<div id='mapid'></div>
\n
"
;
echo
"<div id='mapid'><
div id='spiderfyActive'>SPIDERFY ACTIVE</div><
/div>
\n
"
;
}
//$numNodes = count($NodeList); // WXC change: this was giving the wrong number.
...
...
@@ -570,7 +570,7 @@ $scaling = <<<EOD
EOD;
echo
$scaling
;
echo
"<div id='spiderfyActive'>SPIDERFY ACTIVE</div>
\n
"
;
echo
"</body>
\n
"
;
echo
"</html>
\n
"
;
?>
Write
Preview
Markdown
is supported
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