diff --git a/static/js/pandora.api.js b/static/js/pandora.api.js index ca95bff5..0fa1313e 100755 --- a/static/js/pandora.api.js +++ b/static/js/pandora.api.js @@ -11,7 +11,7 @@ var app = new Ox.App({ apiURL: '/api/', init: 'init', }).bindEvent('load', function(event, data) { - app.site.= data.config; + app.site = data.site; app.user = data.user; app.site.default_info = '

Overview

use this api in the browser with Ox.app or use pandora_client to use it in python
'; app.$body = $('body');