X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fjavascript%2Fajax.js;h=e274892a30553aa09d95ed50c4dd6f870b0291a1;hb=a14159bffdc1ea08c97e6634dc1480619bdc478a;hp=5d34faffecb5cf867d6649b71dac693503affa5d;hpb=b75820153a6ad3d15a33472aa008e8d3225b6d81;p=platal.git diff --git a/htdocs/javascript/ajax.js b/htdocs/javascript/ajax.js index 5d34faf..e274892 100644 --- a/htdocs/javascript/ajax.js +++ b/htdocs/javascript/ajax.js @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2006 Polytechnique.org * + * Copyright (C) 2003-2007 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -35,7 +35,7 @@ Ajax = { } } if (Ajax.xml_client == null) { - alert("Ton client ne supporte pas Ajax, nécessaire pour certaines fonctionalités de cette page"); + alert("Ton client ne supporte pas Ajax, nécessaire pour certaines fonctionalités de cette page"); } } Ajax.init = true; @@ -66,3 +66,4 @@ Ajax = { } } +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: