From f0c800cb5baf8c328074956b4c6b8a64b96c9819 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 12 Jul 2012 19:35:31 +0200 Subject: [PATCH] fix api url in api browser --- static/js/api/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;