X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fjavascript%2Figoogle.js;h=af06b514a80640be5693fd2a80669ab4e6a78271;hb=ced5514d4f188ea4933f94c58e75d27351647410;hp=abea94561d55845c3063fdef5bedf345bf5e7a39;hpb=d0327f6de73e81c4bcc656471ca4161e4f1e1e1b;p=platal.git diff --git a/htdocs/javascript/igoogle.js b/htdocs/javascript/igoogle.js index abea945..af06b51 100644 --- a/htdocs/javascript/igoogle.js +++ b/htdocs/javascript/igoogle.js @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2008 Polytechnique.org * + * Copyright (C) 2003-2011 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -30,7 +30,7 @@ function markEventAsRead(event_id) _toggle(_gel("mark-read-" + event_id)); _gel("evt-" + event_id).setAttribute("class", "read"); _gel("link-" + event_id).setAttribute("href", "events/unread/" + event_id); - Ajax.update_html(null, "events/read/" + event_id); + $.xget("events/read/" + event_id); return false; }