From b264794968ad09a843083a47b6e8ea80444655ff Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 24 Jul 2010 03:30:08 +0200 Subject: [PATCH 1/6] maps --- pandora/static/js/pandora.js | 199 +++++++++++++++++++++++++++-------- 1 file changed, 154 insertions(+), 45 deletions(-) diff --git a/pandora/static/js/pandora.js b/pandora/static/js/pandora.js index f6399d0d..6c3dc7ba 100755 --- a/pandora/static/js/pandora.js +++ b/pandora/static/js/pandora.js @@ -107,7 +107,7 @@ $(function() { { id: "size", admin: true }, { id: "pixels" } ], - userSettings: { + user: { group: "guest", ui: { columns: ["id", "title", "director", "country", "year", "language", "runtime", "genre", "releasedate"], @@ -132,7 +132,7 @@ $(function() { username: "" } }, - user = config.userSettings, + user = config.user, $ui = { groups: [] }, @@ -291,6 +291,14 @@ $(function() { requestURL: "/api/" }); + $(" - - - + + \ No newline at end of file