diff --git a/j/dip3.js b/j/dip3.js index d557310..24bb47f 100644 --- a/j/dip3.js +++ b/j/dip3.js @@ -186,7 +186,7 @@ function plainTextOnClick(id) { } function hideTOC() { - var toc = ' show table of contents'; + var toc = ' show table of contents'; $("#toc").html(toc); } @@ -207,6 +207,6 @@ function showTOC() { toc += ''; level -= 1; } - toc = ' hide table of contents
  1. Full table of contents
  2. ' + toc.substring(4); + toc = ' hide table of contents
    1. Full table of contents
    2. ' + toc.substring(4); $("#toc").html(toc); }