List Utility mounts in alphabetical order

This commit is contained in:
Colin McLeod
2015-07-07 14:51:23 -07:00
parent 44152116b4
commit 7cbd9732b7
2 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

@@ -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++) {