fixed styles

This commit is contained in:
daniel 2023-03-07 12:18:51 +01:00
parent dd68cc7a9e
commit c3a297e096
1 changed files with 1 additions and 1 deletions

View File

@ -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();