From: Florent Bruneau Date: Fri, 15 Jul 2011 18:40:54 +0000 (+0200) Subject: Should fix advanced search with IE. X-Git-Tag: xorg/1.1.3~2^2 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ec35cec0a7b2b2a1cfb3adf099adbe1bfb1a5cb2;p=platal.git Should fix advanced search with IE. Signed-off-by: Florent Bruneau --- diff --git a/htdocs/javascript/search.js b/htdocs/javascript/search.js index 798c97e..ddee7d9 100644 --- a/htdocs/javascript/search.js +++ b/htdocs/javascript/search.js @@ -141,7 +141,7 @@ function cleanForm(f, targeturl) alert("Aucun critère n'a été spécifié."); return false; } - document.location = targeturl + '?' + query; + document.location = $.plURL(targeturl + '?' + query); return false; }