Fix reference to is_IE that does not exist anymore (Closes #1484)
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 2 May 2011 18:55:37 +0000 (20:55 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 2 May 2011 18:56:26 +0000 (20:56 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
templates/plwizard.tpl

index 2e615fe..63bf1f6 100644 (file)
@@ -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);