mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 06:43:24 +00:00
List Utility mounts in alphabetical order
This commit is contained in:
@@ -29,7 +29,7 @@ select {
|
||||
padding: 0.5em 0;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
max-height: 500px;
|
||||
max-height: 550px;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
z-index: 0;
|
||||
|
||||
@@ -42,11 +42,11 @@ function writeDB(err, arr) {
|
||||
"Torpedo Pylons",
|
||||
"Mine Launchers",
|
||||
"Mining Lasers",
|
||||
"Shield Boosters",
|
||||
"Cargo Scanners",
|
||||
"Countermeasures",
|
||||
"Kill Warrant Scanners",
|
||||
"Frame Shift Wake Scanners",
|
||||
"Cargo Scanners"
|
||||
"Kill Warrant Scanners",
|
||||
"Shield Boosters"
|
||||
];
|
||||
|
||||
for (var i = 0; i < internalOrder.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user