Happy New Year!
[platal.git] / templates / lists / index.tpl
index 37a8b87..451a18f 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2014 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -25,7 +25,7 @@
   {literal}
   function updateHtml(id, url)
   {
-      if (is_IE) {
+      if ($.browser.msie) {
           return true;
       } else {
           $('#' + id).updateHtml(url);