fixed styles
This commit is contained in:
parent
dd68cc7a9e
commit
c3a297e096
|
@ -3601,7 +3601,7 @@ class NetworkMap
|
|||
url_background_grid: url_background_grid,
|
||||
refresh_time: '.$this->mapOptions['refresh_time'].',
|
||||
font_size: '.$this->mapOptions['font_size'].',
|
||||
method: '.$this->map['generation_method'].',
|
||||
method: '.($this->map['generation_method'] ?? 3).',
|
||||
base_url_homedir: "'.ui_get_full_url(false).'"
|
||||
});
|
||||
init_drag_and_drop();
|
||||
|
|
Loading…
Reference in New Issue