update orbis integration

This commit is contained in:
William Blythe
2018-08-25 13:59:14 +10:00
parent a679f7dd98
commit afbfe3ea12

View File

@@ -513,7 +513,7 @@ export default class OutfittingPage extends Page {
const ship = this.state.ship;
ship.coriolisId = ship.id;
data.coriolisShip = ship;
data.coriolisShip.url = window.location.href;
data.url = window.location.href;
data.title = this.state.buildName || ship.id;
data.description = this.state.buildName || ship.id;
data.ShipName = ship.id;