From 6bd9a26e0ead1902b6f02960c6c09cd56316c5e6 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 14 May 2014 14:28:06 -0700 Subject: [PATCH] Change order back to that of Mayhem's list. Boards requiring credentials are now forced last by the settings code, so change the order back to make cherrypicking easier. --- src/Archive/archives.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/Archive/archives.json b/src/Archive/archives.json index 9b911b420..f78091ae3 100644 --- a/src/Archive/archives.json +++ b/src/Archive/archives.json @@ -115,15 +115,6 @@ "software": "foolfuuka", "boards": ["g", "t"], "files": ["g", "t"] -}, { - "uid": 19, - "name": "Innovandalism Archive", - "domain": "boards.innovandalism.eu", - "http": true, - "https": false, - "software": "foolfuuka", - "boards": ["v"], - "files": [] }, { "uid": 13, "name": "Foolz Beta", @@ -134,4 +125,13 @@ "software": "foolfuuka", "boards": ["a", "biz", "co", "d", "diy", "gd", "h", "i", "jp", "m", "mlp", "s4s", "sci", "sp", "tg", "tv", "u", "v", "vg", "vp", "vr", "wsg"], "files": [] +}, { + "uid": 19, + "name": "Innovandalism Archive", + "domain": "boards.innovandalism.eu", + "http": true, + "https": false, + "software": "foolfuuka", + "boards": ["v"], + "files": [] }]