From 7cbd9732b770de14ffaebc70105b72e7df305770 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Tue, 7 Jul 2015 14:51:23 -0700 Subject: [PATCH] List Utility mounts in alphabetical order --- app/less/select.less | 2 +- scripts/json-to-db.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/less/select.less b/app/less/select.less index c29cc33a..2b5015b9 100755 --- a/app/less/select.less +++ b/app/less/select.less @@ -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; diff --git a/scripts/json-to-db.js b/scripts/json-to-db.js index a60c7310..242d0ff8 100755 --- a/scripts/json-to-db.js +++ b/scripts/json-to-db.js @@ -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++) {