From c51b5da884f2e7a55bf621335b15c360089975d3 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 24 Jul 2011 15:32:28 +0200 Subject: [PATCH] api wording --- static/js/pandora.api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora.api.js b/static/js/pandora.api.js index 99ef4ee..f16cca3 100755 --- a/static/js/pandora.api.js +++ b/static/js/pandora.api.js @@ -13,7 +13,7 @@ var app = new Ox.App({ }).bindEvent('load', function(event, data) { app.site = data.site; app.user = data.user; - app.site.default_info = '

Overview

use this api in the browser with Ox.app or use pandora_client to use it in python
'; + app.site.default_info = '

Pan.do/ra API Overview

use this api in the browser with Ox.app or use pandora_client it in python. Further description of the api can be found on the wiki
'; app.$body = $('body'); app.$document = $(document); app.$window = $(window);