diff --git a/pandora/static/js/pandora.js b/pandora/static/js/pandora.js index f6399d0..6c3dc7b 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/" }); + $("