mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
New Map Menu (#15969)
* Map Menu New top level Map menu. Ability to group custom maps. Ajax Select controller improvements * Fix style
This commit is contained in:
@@ -467,7 +467,6 @@ function init_select2(selector, type, data, selected, placeholder, config) {
|
||||
$select.select2(init);
|
||||
|
||||
if (selected) {
|
||||
console.log(selected);
|
||||
if (typeof selected !== 'object') {
|
||||
selected = {id: selected, text: selected};
|
||||
}
|
||||
|
Reference in New Issue
Block a user