X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Flists%2Findex.tpl;h=63204683927f0bbff7d02f75d9bca4e7d449ef45;hb=46ca73eadbd598ee219bdc48724e14c8c08b40ef;hp=37a8b87ed7a0d541c1230dc50d9208efbfc139ba;hpb=81120a6fae8573d4d333ab9009f57efa81b55c7e;p=platal.git diff --git a/templates/lists/index.tpl b/templates/lists/index.tpl index 37a8b87..6320468 100644 --- a/templates/lists/index.tpl +++ b/templates/lists/index.tpl @@ -1,6 +1,6 @@ {**************************************************************************} {* *} -{* Copyright (C) 2003-2010 Polytechnique.org *} +{* Copyright (C) 2003-2011 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);