From e7eae1c9c3ae238dc8ac1d67d7becbf72aecee13 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 27 Sep 2012 15:11:22 +0200 Subject: [PATCH] likes as % --- pandora/config.0xdb.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora/config.0xdb.jsonc b/pandora/config.0xdb.jsonc index ae95f514..15533669 100644 --- a/pandora/config.0xdb.jsonc +++ b/pandora/config.0xdb.jsonc @@ -339,9 +339,9 @@ { "id": "likes", "title": "Likes", - "type": "integer", + "type": "float", "columnWidth": 60, - "format": {"type": "number"}, + "format": {"type": "unit", "args": ["%", 2]}, "sort": true }, {