From: Florent Bruneau Date: Mon, 2 May 2011 18:55:37 +0000 (+0200) Subject: Fix reference to is_IE that does not exist anymore (Closes #1484) X-Git-Tag: core/1.1.4~3 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=fa25dc0b9d2d751562d60216467a298066141d16;p=platal.git Fix reference to is_IE that does not exist anymore (Closes #1484) Signed-off-by: Florent Bruneau --- diff --git a/templates/plwizard.tpl b/templates/plwizard.tpl index 2e615fe..63bf1f6 100644 --- a/templates/plwizard.tpl +++ b/templates/plwizard.tpl @@ -34,7 +34,7 @@ document.location = myUrl; }, success: function(data) { - if ({/literal}{if !$wiz_animated}true || {/if}{literal}is_IE) { + if ({/literal}{if !$wiz_animated}true || {/if}{literal}$.browser.msie) { $(".wiz_tab").removeClass("active"); $("#wiz_tab_" + id).addClass("active"); $(".wiz_content").html(data);