From f7d098a257d7e9d4fdeb998b424144074624ed59 Mon Sep 17 00:00:00 2001 From: Rolux Date: Mon, 5 Jul 2010 18:22:09 +0200 Subject: [PATCH] typo --- pandora/static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/static/js/pandora.js b/pandora/static/js/pandora.js index 912d0dfb..9c1e3891 100644 --- a/pandora/static/js/pandora.js +++ b/pandora/static/js/pandora.js @@ -70,7 +70,7 @@ $(function() { { id: "profit", title: "Profit", operator: "-", align: "right", width: 90 }, { id: "rating", title: "Rating", operator: "-", align: "right", width: 60 }, { id: "votes", title: "Votes", operator: "-", align: "right", width: 90 }, - { id: "id", title: "ID", operator: "", align: "left", width: 90 } + { id: "id", title: "ID", operator: "", align: "left", width: 90 }, { id: "aspectratio", title: "Aspect Ratio", operator: "-", align: "left", width: 90 }, { id: "duration", title: "Duration", operator: "-", align: "right", width: 90 }, { id: "color", title: "Color", operator: "", align: "left", width: 90 },