From 9a3ea4f82e6365f7045cb2218f2beea5ab8f970d Mon Sep 17 00:00:00 2001 From: andi Date: Fri, 20 May 2005 19:14:00 +0200 Subject: some ajax quicksearch cleanups - now tested in IE darcs-hash:20050520171400-9977f-9039c9e9ea00c428cbfe30999400331f57d2d31a.gz --- inc/template.php | 45 +++++---------------------------------------- 1 file changed, 5 insertions(+), 40 deletions(-) (limited to 'inc') diff --git a/inc/template.php b/inc/template.php index 0826ba6f8..f76e48108 100644 --- a/inc/template.php +++ b/inc/template.php @@ -170,9 +170,10 @@ function tpl_metaheaders(){ ptln(" var DOKU_BASE = '".DOKU_BASE."'",$it); ptln('',$it); - // load the default JavaScript file + // load the default JavaScript files ptln('',$it); - + ptln('',$it); + ptln('',$it); //FIXME include some default CSS ? IE FIX? } @@ -332,46 +333,10 @@ function tpl_actionlink($type,$pre='',$suf=''){ function tpl_searchform(){ global $lang; print ''; } -- cgit v1.2.3