]> CRI, Mines Paris - PSL - Plinn.git/blobdiff - Products/Plinn/skins/generic/jumpToReply.dtml
Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / generic / jumpToReply.dtml
diff --git a/Products/Plinn/skins/generic/jumpToReply.dtml b/Products/Plinn/skins/generic/jumpToReply.dtml
new file mode 100644 (file)
index 0000000..38d7bc7
--- /dev/null
@@ -0,0 +1,7 @@
+<script type="text/javascript">
+//<!--
+function jumpToReply() {
+       window.location.href = window.location.href.split("#")[0] + "#&dtml-reply_id;"; }
+window.onload=jumpToReply;
+//-->
+</script>
\ No newline at end of file