Skip to content

Commit

Permalink
- re-added missing "wandering" wh types for C2 systems, closed #680 c…
Browse files Browse the repository at this point in the history
…losed #670 #672
  • Loading branch information
exodus4d committed Sep 2, 2018
1 parent 254f33b commit 7b800eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion js/app/conf/signature_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,12 @@ define(['jquery'], ($) => {
},
5: { // Wormhole
// all w-space -> w-space are statics or K162
// all w-space -> k-space are statics or k162
1: 'Z647 - C1',
2: 'D382 - C2',
3: 'O477 - C3',
4: 'Y683 - C4',
5: 'N062 - C5',
6: 'R474 - C6',
7: 'F135 - Thera'
},
6: { // ORE
Expand Down
7 changes: 6 additions & 1 deletion public/js/v1.4.1/app/conf/signature_type.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,12 @@ define(['jquery'], ($) => {
},
5: { // Wormhole
// all w-space -> w-space are statics or K162
// all w-space -> k-space are statics or k162
1: 'Z647 - C1',
2: 'D382 - C2',
3: 'O477 - C3',
4: 'Y683 - C4',
5: 'N062 - C5',
6: 'R474 - C6',
7: 'F135 - Thera'
},
6: { // ORE
Expand Down

0 comments on commit 7b800eb

Please sign in to comment.