- _Rally point_ destinations added to "_Route search_" module, closed #664
- fixed a bug where "click" at system does not load system information modules
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
define([
|
||||
'jquery',
|
||||
'app/render'-
|
||||
'app/render'
|
||||
], ($, Render) => {
|
||||
|
||||
'use strict';
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
define([
|
||||
'jquery',
|
||||
'app/render',
|
||||
'app/render'
|
||||
], ($, Render) => {
|
||||
|
||||
'use strict';
|
||||
|
||||
@@ -706,6 +706,11 @@ define([
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* performs a new route search -> trigger route panel
|
||||
* @param mapContainer
|
||||
* @param systemToData
|
||||
*/
|
||||
let findRoute = (mapContainer, systemToData) => {
|
||||
getTabContentElementByMapElement(mapContainer).trigger('pf:updateRouteModules', {
|
||||
task: 'findRoute',
|
||||
|
||||
@@ -1164,6 +1164,9 @@ define([
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* add "hidden" context menu elements to page
|
||||
*/
|
||||
let initMapContextMenus = () => {
|
||||
$('#' + config.dynamicElementWrapperId).append(
|
||||
MapContextMenu.initMapContextMenu(),
|
||||
|
||||
Reference in New Issue
Block a user