Working in the enterprise holding area.
This commit is contained in:
parent
058a51232e
commit
e47c8641ac
|
@ -2281,6 +2281,10 @@ NetworkmapController.prototype.refresh_nodes = function() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NetworkmapController.prototype.refresh_map = function() {
|
||||||
|
MapController.prototype.refresh_map.call(this);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function refresh_arrows
|
* Function refresh_arrows
|
||||||
* Return void
|
* Return void
|
||||||
|
|
Loading…
Reference in New Issue