Kill is_IE.
[platal.git] / templates / lists / index.tpl
index 36bce05..6320468 100644 (file)
@@ -25,7 +25,7 @@
   {literal}
   function updateHtml(id, url)
   {
-      if (is_IE) {
+      if ($.browser.msie) {
           return true;
       } else {
           $('#' + id).updateHtml(url);