From: Pascal Corpet Date: Fri, 5 Nov 2010 20:58:28 +0000 (+0100) Subject: Fixes advanced form js in IE7. Closes #1313. X-Git-Tag: xorg/1.0.2~155 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=106b078886486ed54700cf1d55263e3633cb31b2;p=platal.git Fixes advanced form js in IE7. Closes #1313. --- diff --git a/templates/search/adv.form.tpl b/templates/search/adv.form.tpl index 4bd8fa1..b99d73d 100644 --- a/templates/search/adv.form.tpl +++ b/templates/search/adv.form.tpl @@ -224,7 +224,7 @@ function cleanForm(f) { alert("Aucun critère n'a été spécifié"); return false; } - document.location = f.action + '?' + query; + document.location = baseurl + 'adv?' + query; return false; } -->