From bd7e9bf3c992e577d6e34eb359053754595e6afa Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 17 Sep 2011 16:08:38 +0000 Subject: [PATCH] working around a bug where site.user.ui.lists is different from what it should be according to 0xdb.json --- static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index c4263c9ff..49ef65d71 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -51,7 +51,7 @@ Ox.load({ site: data.site, user: data.user.level == 'guest' ? Ox.clone(data.site.user) : data.user }); - Ox.print("USER", data.user) + Ox.print("USER.UI.LISTS", data.user.ui.lists, "SITE.USER.UI.LISTS", data.site.user.ui.lists) Ox.extend(pandora.site, { findKeys: Ox.map(data.site.itemKeys, function(key) { return key.find ? key : null;