Adds T to systems with stations

This commit is contained in:
soneill
2021-07-13 19:04:17 +12:00
parent 5007c8b5cc
commit 960bf22779
4 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ define([
*/
render(mapId, systemData){
this._systemData = systemData;
let showStationTable = ['H', 'L', '0.0', 'C12'].includes(Util.getObjVal(this._systemData, 'security'));
let showStationTable = ['H', 'L', '0.0', 'T', 'C12'].includes(Util.getObjVal(this._systemData, 'security'));
this._bodyEl = Object.assign(document.createElement('div'), {
className: this._config.bodyClassName

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long