Libération de la mémoire de Firefox. Pas top : génère une erreur 404 en cherchant...
[Plinn.git] / skins / generic / jumpToReply.dtml
1 <script type="text/javascript">
2 //<!--
3 function jumpToReply() {
4 window.location.href = window.location.href.split("#")[0] + "#&dtml-reply_id;"; }
5 window.onload=jumpToReply;
6 //-->
7 </script>