summaryrefslogtreecommitdiff
path: root/docs/web
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-08-01 00:12:57 +0000
committerianb <devnull@localhost>2005-08-01 00:12:57 +0000
commit5ad61ff258a425304e50851185549e584cf60476 (patch)
tree68e1433c5c651c2c185645089a265faad78f150b /docs/web
parentf99f303405797456013e177a4181acaa09ef65ba (diff)
downloadpaste-5ad61ff258a425304e50851185549e584cf60476.tar.gz
Make contents listings start out closed
Diffstat (limited to 'docs/web')
-rw-r--r--docs/web/site.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/web/site.js b/docs/web/site.js
index 865b9a6..ed23575 100644
--- a/docs/web/site.js
+++ b/docs/web/site.js
@@ -39,6 +39,7 @@ function enable_dropdown(el) {
return false;
}
anchor.onclick = show_hide;
+ show_hide();
}
function set_sub_li(list, display) {