mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 07:05:35 +00:00
update orbis integration
This commit is contained in:
committed by
willyb321
parent
4268d3f07b
commit
2f7be75bcf
@@ -513,7 +513,7 @@ export default class OutfittingPage extends Page {
|
|||||||
const ship = this.state.ship;
|
const ship = this.state.ship;
|
||||||
ship.coriolisId = ship.id;
|
ship.coriolisId = ship.id;
|
||||||
data.coriolisShip = ship;
|
data.coriolisShip = ship;
|
||||||
data.coriolisShip.url = window.location.href;
|
data.url = window.location.href;
|
||||||
data.title = this.state.buildName || ship.id;
|
data.title = this.state.buildName || ship.id;
|
||||||
data.description = this.state.buildName || ship.id;
|
data.description = this.state.buildName || ship.id;
|
||||||
data.ShipName = ship.id;
|
data.ShipName = ship.id;
|
||||||
|
|||||||
Reference in New Issue
Block a user