From 90dc9ca46d8cae9def26a0414311eab8c2549aa1 Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Sat, 23 Feb 2008 10:31:20 +0100 Subject: IE fixes. --- tmpl/header.tt2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tmpl') diff --git a/tmpl/header.tt2 b/tmpl/header.tt2 index edfa773..5360b4f 100644 --- a/tmpl/header.tt2 +++ b/tmpl/header.tt2 @@ -16,7 +16,9 @@ } else { document.write(''); - document.write(''); + var base = '[% base_url | html %]'; + base = base.replace(/\/ajax[+][*]\/?/, '/'); + document.write(''); use_ajax_navigation = 0; } [% END %] -- cgit v1.2.3