From bb79e2e871d0a4585164c1a6ed626d96d0231975 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 25 May 2006 14:20:23 +0000 Subject: merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 --- doc/scripts.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/scripts.js') diff --git a/doc/scripts.js b/doc/scripts.js index da87a0ac5..8558d92af 100644 --- a/doc/scripts.js +++ b/doc/scripts.js @@ -16,3 +16,10 @@ function togglePopbox(id, show, hide) { } } +function alphaApi() { + window.open("alphaapi.html", "_blank", "width=600,height=400, scrollbars=yes,resizable=yes,toolbar=no"); +} + +function alphaImplementation() { + window.open("alphaimplementation.html", "_blank", "width=600,height=400, scrollbars=yes,resizable=yes,toolbar=no"); +} \ No newline at end of file -- cgit v1.2.1