mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Fixed typo error in the radial dynamic networkmaps.
This commit is contained in:
parent
9945502466
commit
6ba38adc56
@ -64,7 +64,7 @@ if (empty($width)) {
|
|||||||
$width = 600;
|
$width = 600;
|
||||||
}
|
}
|
||||||
if (empty($height)) {
|
if (empty($height)) {
|
||||||
$width = 650;
|
$height = 650;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($activeTab == "radial_dynamic") {
|
if ($activeTab == "radial_dynamic") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user