diff --git a/collects/scribble/scribble-common.js b/collects/scribble/scribble-common.js index 4ff914dc00..4695375d4b 100644 --- a/collects/scribble/scribble-common.js +++ b/collects/scribble/scribble-common.js @@ -97,7 +97,7 @@ function DoSearchKey(event, field, ver, top_path) { return true; } -function TocviewToggle(glyph,id) { +function TocviewToggle(glyph, id) { var s = document.getElementById(id).style; var expand = s.display == "none"; s.display = expand ? "block" : "none"; @@ -114,3 +114,19 @@ function AddOnLoad(fun) { on_load_funcs.push(fun); } window.onload = function() { for (var i=0; i