diff --git a/static/js/api/pandora.js b/static/js/api/pandora.js index 5a8126bc8..960d25368 100755 --- a/static/js/api/pandora.js +++ b/static/js/api/pandora.js @@ -8,7 +8,7 @@ Ox.load('UI', { }, function() { var app = new Ox.App({ - apiURL: '/api/', + url: '/api/', init: 'init', }).bindEvent('load', function(data) { app.site = data.site;