this is pandoralocal
This commit is contained in:
parent
cb13217314
commit
2d25d7c3c8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ var app = new Ox.App({
|
||||||
}).bindEvent('load', function(data) {
|
}).bindEvent('load', function(data) {
|
||||||
app.site = {
|
app.site = {
|
||||||
};
|
};
|
||||||
app.site.default_info = '<div class="OxSelectable"><h2>Pan.do/ra API Overview</h2>use this api in the browser with <a href="/static/oxjs/demos/doc2/index.html#Ox.App">Ox.app</a> or use <a href="http://code.0x2620.org/pandora_client">pandora_client</a> it in python. Further description of the api can be found <a href="https://wiki.0x2620.org/wiki/pandora/API">on the wiki</a></div>';
|
app.site.default_info = '<div class="OxSelectable"><h2>pandoralocal API Overview</h2>use this api in the browser with <a href="/oxjs/demos/doc2/index.html#Ox.App">Ox.app</a> or use <a href="http://code.0x2620.org/pandora_client">pandora_client</a> it in python.</div>';
|
||||||
app.$body = $('body');
|
app.$body = $('body');
|
||||||
app.$document = $(document);
|
app.$document = $(document);
|
||||||
app.$window = $(window);
|
app.$window = $(window);
|
||||||
|
|
Loading…
Reference in a new issue