Remove ajax.js.
[platal.git] / templates / reminder / profile_update.tpl
index 55bf9db..f5ebef8 100644 (file)
@@ -51,7 +51,7 @@
 {/if}
 
 <div class="right">
-  <a href="reminder/later" onclick="Ajax.update_html('reminder', '{$reminder->baseurl()}/dismiss'); return false" style="text-decoration: none">
+  <a href="reminder/later" onclick="$('#reminder').updateHtml('{$reminder->baseurl()}/dismiss'); return false" style="text-decoration: none">
     {icon name=cross} Mettre à jour plus tard
   </a>
 </div>