X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=templates%2Flists%2Findex.tpl;h=451a18fc54d0328a75efdd246fc9299e37d8eca3;hb=c441aabe4829c769c405eb46ef9b4ff815e454d6;hp=37a8b87ed7a0d541c1230dc50d9208efbfc139ba;hpb=d30b83fa903a8a6f7b88df287884ed80cffff277;p=platal.git diff --git a/templates/lists/index.tpl b/templates/lists/index.tpl index 37a8b87..451a18f 100644 --- a/templates/lists/index.tpl +++ b/templates/lists/index.tpl @@ -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);