Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit f8a8484

Browse files
committed
last minute fixes.
1 parent ad17a1f commit f8a8484

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

app/js/EventHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ var EventHandler = {
301301
Data.state.self.characterName = self.characterName;
302302
Data.state.self.characterId = self.characterId;
303303
Data.state.self.key = self.key;
304-
Data.ui.bottomMenu_pilotKey.append(" " + Data.state.self.key);
304+
Data.ui.bottomMenu_pilotKey.find('i').after(" " + Data.state.self.key);
305305
if (self.systemId) this.statusSelfSystem(self);
306306
},
307307

app/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ g.node {
577577
.node rect.faded.present { stroke: #f0ad4e; fill: #f0ad4e; }
578578

579579
.node rect.hostiles.vacant,
580-
.node rect.faded.vacant { stroke-width: 0; fill: transparent; }
580+
.node rect.faded.vacant { display: none; }
581581

582582
.node rect.current { stroke: #f39c12 !important; stroke-width: 2px !important; }
583583

app/templates/hud.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{{ log system }}
21
<div class="screen {{status}}">
32
<div class="console">
43
<h2>{{{hud_status_text status}}}</h2>

0 commit comments

Comments
 (0)