From 68b5304b7ac844c509712669b8257895048fdf48 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 6 Jun 2011 18:08:33 +0200 Subject: [PATCH] fix group selection --- static/js/pandora/ui/group.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/ui/group.js b/static/js/pandora/ui/group.js index a56f049..abc5405 100644 --- a/static/js/pandora/ui/group.js +++ b/static/js/pandora/ui/group.js @@ -71,7 +71,7 @@ pandora.ui.group = function(id, query) { } }); new Ox.Select({ - items: $.map(pandora.user.queryGroups, function(v) { + items: $.map(pandora.site.groups, function(v) { return { checked: v.id == id, id: v.id,