fix api
This commit is contained in:
parent
41a40de2d7
commit
52f8a69ddf
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ var app = new Ox.App({
|
||||||
apiURL: '/api/',
|
apiURL: '/api/',
|
||||||
init: 'init',
|
init: 'init',
|
||||||
}).bindEvent('load', function(event, data) {
|
}).bindEvent('load', function(event, data) {
|
||||||
app.site.= data.config;
|
app.site = data.site;
|
||||||
app.user = data.user;
|
app.user = data.user;
|
||||||
app.site.default_info = '<div class="OxSelectable"><h2>Overview</h2>use this api in the browser with Ox.app or use <a href="http://code.0x2620.org/pandora_client">pandora_client</a> to use it in python</div>';
|
app.site.default_info = '<div class="OxSelectable"><h2>Overview</h2>use this api in the browser with Ox.app or use <a href="http://code.0x2620.org/pandora_client">pandora_client</a> to use it in python</div>';
|
||||||
app.$body = $('body');
|
app.$body = $('body');
|
||||||
|
|
Loading…
Reference in a new issue