From e4a9930b4716be77450a291f7f54a708e75be7f2 Mon Sep 17 00:00:00 2001 From: matthiasgrimm Date: Tue, 31 May 2005 20:41:55 +0200 Subject: toc toggle button The TOC toggle button was very small and inconspicuous. This patch replaces the old one with small arrows placed at the right border of the TOC header. Code cleanup in html.php: html_toc() and html_list_toc() are obsolete and have been removed. darcs-hash:20050531184155-7ef76-249f948b2a8b71d45aab2b8418db2be5eb638f6d.gz --- script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script.js') diff --git a/script.js b/script.js index f43e9abbf..d25246c9c 100644 --- a/script.js +++ b/script.js @@ -291,10 +291,10 @@ function suggestWikiname(){ */ function showTocToggle(show,hide) { if(document.getElementById) { - document.writeln('' + + document.writeln(''); } } -- cgit v1.2.3