From 1735967306e56ee18f9ca8b3759a0ee3bd32ba53 Mon Sep 17 00:00:00 2001 From: rlx Date: Mon, 11 Jan 2016 19:57:50 +0530 Subject: [PATCH] config: reorder item keys --- config.json | 28 +++++++++---------- .../js/{updateBotton.js => updateButton.js} | 0 2 files changed, 14 insertions(+), 14 deletions(-) rename static/js/{updateBotton.js => updateButton.js} (100%) diff --git a/config.json b/config.json index 966dd99..7dc8458 100644 --- a/config.json +++ b/config.json @@ -101,6 +101,13 @@ "find": true, "sort": true }, + { + "id": "isbn", + "title": "ISBN", + "type": "string", + "columnWidth": 96, + "sort": true + }, { "id": "description", "title": "Description", @@ -130,6 +137,13 @@ "format": {"type": "value", "args": ["B"]}, "sort": true }, + { + "id": "id", + "title": "ID", + "type": "string", + "columnWidth": 96, + "sort": true + }, { "id": "created", "title": "First Seen", @@ -196,20 +210,6 @@ "format": {"type": "percent", "args": [1, 0]}, "sort": true }, - { - "id": "id", - "title": "ID", - "type": "string", - "columnWidth": 96, - "sort": true - }, - { - "id": "isbn", - "title": "ISBN", - "type": "string", - "columnWidth": 96, - "sort": true - }, { "id": "random", "title": "Random", diff --git a/static/js/updateBotton.js b/static/js/updateButton.js similarity index 100% rename from static/js/updateBotton.js rename to static/js/updateButton.js