X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fjavascript%2Figoogle.js;h=af06b514a80640be5693fd2a80669ab4e6a78271;hb=b80cbf0db8e7ac7e11ea2bb49bbf3efd79f4fadf;hp=3e26fba8f63ae5d9817f08f4cba3612f5acac44b;hpb=af744c2d5f4ddf83b738b9cb390926eaca4cf7c3;p=platal.git diff --git a/htdocs/javascript/igoogle.js b/htdocs/javascript/igoogle.js index 3e26fba..af06b51 100644 --- a/htdocs/javascript/igoogle.js +++ b/htdocs/javascript/igoogle.js @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2009 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; }