X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Flists%2Findex.tpl;h=63204683927f0bbff7d02f75d9bca4e7d449ef45;hb=46ca73eadbd598ee219bdc48724e14c8c08b40ef;hp=36bce051a12429c46700f35e81d4eef24561eb61;hpb=a1c554a92888e0b017ba362817a67cc2849a9154;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);