X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Flists%2Findex.tpl;h=63204683927f0bbff7d02f75d9bca4e7d449ef45;hb=76362eeb011de4f2cd7825f557643a72494475f9;hp=36bce051a12429c46700f35e81d4eef24561eb61;hpb=5b48ebf46ef939d701852d2117bbcf308036027c;p=platal.git diff --git a/templates/lists/index.tpl b/templates/lists/index.tpl index 36bce05..6320468 100644 --- a/templates/lists/index.tpl +++ b/templates/lists/index.tpl @@ -25,7 +25,7 @@ {literal} function updateHtml(id, url) { - if (is_IE) { + if ($.browser.msie) { return true; } else { $('#' + id).updateHtml(url);