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