mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
update orbis integration
This commit is contained in:
@@ -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