this is pandoralocal

This commit is contained in:
j 2011-12-28 19:17:46 +05:30
parent cb13217314
commit 2d25d7c3c8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ var app = new Ox.App({
}).bindEvent('load', function(data) {
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.$document = $(document);
app.$window = $(window);