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);