Skip to content

Commit

Permalink
util.js: decode shipname for popover
Browse files Browse the repository at this point in the history
  • Loading branch information
samoneilll committed Nov 19, 2021
1 parent ee1cd18 commit d6fd999
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion js/app/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -2611,7 +2611,7 @@ define([
row += userName;
row += '</td>';
row += '<td>';
row += shipName;
row += unicodeToString(shipName);
row += '</td>';
row += '<td class="text-right txt-color txt-color-orangeLight">';
row += shipTypeName;
Expand Down
2 changes: 1 addition & 1 deletion public/js/v2.1.4/app/admin.js

Large diffs are not rendered by default.

Binary file modified public/js/v2.1.4/app/admin.js.br
Binary file not shown.
2 changes: 1 addition & 1 deletion public/js/v2.1.4/app/admin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/v2.1.4/app/login.js

Large diffs are not rendered by default.

Binary file modified public/js/v2.1.4/app/login.js.br
Binary file not shown.
2 changes: 1 addition & 1 deletion public/js/v2.1.4/app/login.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/v2.1.4/app/mappage.js

Large diffs are not rendered by default.

Binary file modified public/js/v2.1.4/app/mappage.js.br
Binary file not shown.
2 changes: 1 addition & 1 deletion public/js/v2.1.4/app/mappage.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/v2.1.4/app/setup.js

Large diffs are not rendered by default.

Binary file modified public/js/v2.1.4/app/setup.js.br
Binary file not shown.
2 changes: 1 addition & 1 deletion public/js/v2.1.4/app/setup.js.map

Large diffs are not rendered by default.

0 comments on commit d6fd999

Please sign in to comment.