Skip to content

Commit

Permalink
Update HangarXPLOR.ProcessItem.js
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-dolkens authored Mar 11, 2021
1 parent 2652c89 commit 7d03d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_resources/HangarXPLOR.ProcessItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ HangarXPLOR.ProcessItem = function()

if (this.hasShip) this.displayName += ltiSuffix;

if (HangarXPLOR._setting.NoPledgeID != true) this.displayName += ' - (' + this.pledgeId + ')';
if (HangarXPLOR._setting.NoPledgeID != true) this.displayName += ' (' + this.pledgeId + ')';

this.sortName = this.displayName; // .replace(/^.*? - (.*)$/, '$1');

Expand Down

0 comments on commit 7d03d8f

Please sign in to comment.